wok-stable diff xget/receipt @ rev 11401
Fix: typo in linux-libre-api-headers (thanks to godane)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Dec 11 02:16:15 2011 +0100 (2011-12-11) |
parents | |
children | 9f73b90cad5a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xget/receipt Sun Dec 11 02:16:15 2011 +0100 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xget" 1.7 +SOURCE="xcpu" 1.8 +VERSION="1.2.3" 1.9 +CATEGORY="network" 1.10 +SHORT_DESC="Scalable file-transfer agent." 1.11 +MAINTAINER="pascal.bellard@slitaz.org" 1.12 +TARBALL="${SOURCE}1-$VERSION.tar.gz" 1.13 +WEB_SITE="http://xcpu.sourceforge.net/xget" 1.14 +WGET_URL="$SF_MIRROR/xcpu/$VERSION/$TARBALL" 1.15 + 1.16 +DEPENDS="" 1.17 +BUILD_DEPENDS="openssl-dev elfutils-dev" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + cd $src 1.23 + make -j 1 && 1.24 + make INSTALLPREFIX=$DESTDIR/usr install 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + mkdir -p $fs/usr/sbin 1.31 + cp -a $_pkg/usr/sbin/xget $fs/usr/sbin 1.32 +}