wok-next diff util-linux/receipt @ rev 12581
lxnetdaemon: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 28 21:11:28 2012 +0200 (2012-04-28) |
parents | |
children | 64e7fff3f73c |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/util-linux/receipt Sat Apr 28 21:11:28 2012 +0200 1.3 @@ -0,0 +1,35 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="util-linux" 1.7 +VERSION="2.21.1" 1.8 +CATEGORY="meta" 1.9 +SHORT_DESC="Util linux new generation (Meta package to build utility ans libs)." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +SOURCE="util-linux" 1.12 +TARBALL="$SOURCE-$VERSION.tar.xz" 1.13 +WEB_SITE="http://kernel.org/~kzak/util-linux/" 1.14 +WGET_URL="http://ftp.kernel.org/pub/linux/utils/util-linux/v2.21/$TARBALL" 1.15 +COOK_OPT="!fs" 1.16 +LOCALE="" 1.17 + 1.18 +DEPENDS="" 1.19 +BUILD_DEPENDS="ncurses-dev zlib-dev" 1.20 + 1.21 +# Rules to configure and make the package. 1.22 +compile_rules() 1.23 +{ 1.24 + cd $src 1.25 + ./configure \ 1.26 + --prefix=/usr \ 1.27 + --sysconfdir=/etc \ 1.28 + --with-fsprobe=builtin \ 1.29 + --enable-partx \ 1.30 + $CONFIGURE_ARGS && 1.31 + make && make install 1.32 +} 1.33 + 1.34 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.35 +genpkg_rules() 1.36 +{ 1.37 + mkdir -p $fs/usr/bin 1.38 +}