wok-stable diff libpcap-dev/receipt @ rev 7666
Moved Module.sysvers to Module.sysvers-modules. This is cause i think making linux-without-modules bzImage is was change that file. Removed /usr/src/linux in pre_remove function in linux-module-headers. Added /usr/src/linux soft link to post_install in linux-module-headers.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Dec 16 12:59:54 2010 +0000 (2010-12-16) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libpcap-dev/receipt Thu Dec 16 12:59:54 2010 +0000 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libpcap-dev" 1.7 +VERSION="1.1.1" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="devel files for libpcap" 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +DEPENDS="libpcap" 1.12 +WEB_SITE="http://www.tcpdump.org/" 1.13 +WANTED="libpcap" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/lib 1.19 + cp -a $_pkg/usr/bin $fs/usr 1.20 + cp -a $_pkg/usr/include $fs/usr 1.21 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.22 +} 1.23 +