wok annotate dkms/receipt @ rev 18181

iproute2: add /bin/ip
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 05 16:43:45 2015 +0200 (2015-07-05)
parents eb8067417980
children d125a206defd
rev   line source
pascal@9116 1 # SliTaz package receipt.
pascal@9116 2
pascal@9116 3 PACKAGE="dkms"
pascal@9116 4 VERSION="2.1.1.2"
pascal@9116 5 CATEGORY="system-tools"
pascal@9116 6 SHORT_DESC="Dynamic Kernel Module Support."
pascal@9116 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
pascal@9116 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@9116 10 WEB_SITE="http://linux.dell.com/dkms"
pascal@9116 11 WGET_URL="$WEB_SITE/permalink/$TARBALL"
pascal@9116 12
pascal@15613 13 BUILD_DEPENDS="gettext"
pascal@15613 14
pascal@9116 15 # Rules to configure and make the package.
pascal@9116 16 compile_rules()
pascal@9116 17 {
pascal@9116 18 cd $src
pascal@15579 19 make DESTDIR=$DESTDIR install
pascal@9116 20 }
pascal@9116 21
pascal@9116 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@9116 23 genpkg_rules()
pascal@9116 24 {
pascal@15579 25 cp -a $install/* $fs
pascal@9116 26 }
pascal@9116 27