Am 04.11.2015 um 16:35 schrieb Ole Jon Bjørkum:
Is it okay to do it in the prepare() function in PKGBUILD?
I did it like this and it works:
wget https://aur.archlinux.org/cgit/aur.git/snapshot/libgcrypt11.tar.gz -O $srcdir/libgcrypt11.tar.gz tar -zxvf $srcdir/libgcrypt11.tar.gz cd $srcdir/libgcrypt11 makepkg -sri
Thanks!
ok, at first: welcome to archlinux. it seems you are bloody new here. why dont you take your time to read some starter info in the wiki, before getting deeper into things? an (incomplete) recommendation: https://wiki.archlinux.org/index.php/Pacman https://wiki.archlinux.org/index.php/AUR https://wiki.archlinux.org/index.php/Pkgbuild you should read and understand concepts like dependencies/shared libraries and then check back (use forums and mail archives first, please) if questions remain. also, if posting on the mailing lists of archlinux, please bottom post (post your reply under the respective message). you also do not need to quote the entire message or even the whole conversation. hope, this helps.