wok diff dkms/receipt @ rev 12846
Up: ffmpeg (0.10.3)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Wed May 23 13:00:15 2012 +0200 (2012-05-23) |
parents | |
children | eb8067417980 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dkms/receipt Wed May 23 13:00:15 2012 +0200 1.3 @@ -0,0 +1,24 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="dkms" 1.7 +VERSION="2.1.1.2" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Dynamic Kernel Module Support." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +WEB_SITE="http://linux.dell.com/dkms" 1.13 +WGET_URL="$WEB_SITE/permalink/$TARBALL" 1.14 + 1.15 +# Rules to configure and make the package. 1.16 +compile_rules() 1.17 +{ 1.18 + cd $src 1.19 + make DESTDIR=$PWD/_pkg install 1.20 +} 1.21 + 1.22 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.23 +genpkg_rules() 1.24 +{ 1.25 + cp -a $_pkg/* $fs 1.26 +} 1.27 +