Download: MD5 sum: e9aa6dec29920eba8ef706ea5823bad7 Download: MD5 sum: efad5a503f66329bb9d2f4308b5de98a Download: MD5 sum: 063c8b0ff6bdf903dc235445525627cd ./configure --prefix=/tools \ --without-bz2lib \ --without-xml2 \ --enable-bsdtar=static \ --enable-bsdcpio=static make make install ./configure --prefix=/tools \ --disable-static make make install ./configure --prefix=/tools \ --without-openssl \ PKG_CONFIG_PATH=/tools/lib/pkgconfig \ DUPATH=/tools/bin/du make make install sed -e 's@/usr@/tools@g' \ -e 's/\([^!]\)strip/\1!strip/' \ -e 's/\([^!]\)zipman/\1!zipman/' \ -i /tools/etc/makepkg.conf cat >> /tools/etc/makepkg.conf << EOF BUILDDIR=/sources PKGDEST=/var/lib/packages PACKAGER="Pierre Labastie <lnimbus@club-internet.fr>" EOF cat >> /tools/etc/pacman.conf << EOF DBPath = /var/lib/pacman/ CacheDir = /var/cache/pacman/pkg/ LogFile = /var/log/pacman.log SigLevel = Never # Repository: do not add one now: repo-add needs openssl. EOF mkdir -pv /var/{lib/{packages,pacman},cache/pkg} No file? ./configure --prefix=/usr \ --disable-static make make DESTDIR=$PKG_DEST install ./configure --prefix=/usr \ --disable-static \ --enable-threaded-resolver make make DESTDIR=$PKG_DEST install find docs \( -name "Makefile*" -o -name "*.1" -o -name "*.3" \) -exec rm {} \; install -v -d -m755 $PKG_DEST/usr/share/doc/curl-7.39.0 cp -v -R docs/* $PKG_DEST/usr/share/doc/curl-7.39.0 ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var make make DESTDIR=$PKG_DEST install sed -e 's/\([^!]\)strip/\1!strip/' \ -e 's/\([^!]\)zipman/\1!zipman/' \ -i /etc/makepkg.conf cat >> /etc/makepkg.conf << EOF BUILDDIR=/sources PKGDEST=/var/lib/packages PACKAGER="Pierre Labastie <lnimbus@club-internet.fr<" EOF cat >> /etc/pacman.conf << EOF DBPath = /var/lib/pacman/ CacheDir = /var/cache/pacman/pkg/ LogFile = /var/log/pacman.log SigLevel = Never EOF