herrflockig wrote: mkdir -p $pkgdir/usr/bin
cp yt.py $pkgdir/usr/bin/yt
chmod +x $pkgdir/usr/bin/ytThis can be condensed to 1 command:install -Dm755 yt.py "$pkgdir/usr/bin/yt"Also WTFPL should be "custom" or "custom:WTFPL" since it's not an officially recognized common license in arch.herrflockig wrote:And while you're at it, why not give the script a t
Awebb wrote:It's in the PKGBUILD. Saying that you install a package from the AUR without even looking at the PKGBUILD usually confronts you with us zaelots, telling you that you should at least check the PKGBUILD for obvious problems before installing the package.
Exact same problem here:Here is the output of java --versionjava version "1.7.0_07"OpenJDK Runtime Environment (IcedTea7 2.3.2) (ArchLinux build 7.u7_2.3.2-2-x86_64)OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)And that of echo $JAVA_HOME:/usr/lib/jvm/java-7-openjdkAny idea ?
aurelieng
https://bbs.archlinux.org/profile.php?id=33541
2012-10-12T11:06:45Z
Nothing4You wrote:If by renaming you mean using weechat-git-custom as dir it's because it's not the weechat-git package from AUR and I usually keep the original AUR PKGBUILDs there, and I will most likely switch to the AUR package again when there were some changes done to that PKGBUILD.No, that isn't what I meant.
megadriver wrote:Now you can specify CPPFLAGS in makepkg.conf, but Firefox doesn't seem to like the default ones.Put "unset CPPFLAGS" before the "make" line in the "build" section of the PKGBUILD, and it should work.Thanks this fixed my error as well *Firefox takes a long time to compile even on a core 2*
chessmaster
https://bbs.archlinux.org/profile.php
Try csound-git https://aur.archlinux.org/packages.php?ID=48830 but see the comments - problems again.You can see how to deal with git in the PKGBUILD.Another way is to instal binary package from an unofficial user repository.
Scimmia wrote:Sure, just read up on the ABS (Arch Build System). This will get you the PKGBUILD file and associated data. You then edit the PKGBUILD to add the appropriate option and do a makepkg. Install it with pacman -U whateveritscalled.tar.xzAh now that's just the wiki I needed.
Yup.* Introducing split -sna and -uxa accel methods: https://projects.archlinux.org/svntogit … cd5ac33f4f* unifying them: https://projects.archlinux.org/svntogit … 0f21bfb8ccwith some "interesting" changes to the PKGBUILD in between ;PIf OP run 'pacman -Syu xf86-video-intel' and has no ignored package in pacman.conf he should be fine now.
karol
https://bbs.archlinux.or
One of the comments on https://aur.archlinux.org/packages.php?ID=25716 says niki wrote:Could the conflict/provides/replaces lines for ipset be removed from the package, as ipset is no longer included.You can try editing the PKGBUILD and removing the conflict: https://aur.archlinux.org/packages/xt/x … s/PKGBUILD
karol
https://bbs.archlinux.org/profile.php?id=25522
2012-09-29T20:38:29Z