wok-6.x view libupnp-dev/receipt @ rev 7297

Add aufs. Aufs is now compile by itself like ndiswrapper-driver is. This is so the aufs source tar.gz file is not purge with tazdev everytime we need to purge it. Removed linux-aufs receipt. Updated linux, linux-source, and aufs-utils with the new changes.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 17 00:59:02 2010 +0000 (2010-11-17)
parents 97b738de32f6
children 9fe40722d01d
line source
1 # SliTaz package receipt.
3 PACKAGE="libupnp-dev"
4 VERSION="1.6.9"
5 CATEGORY="network"
6 SHORT_DESC="LibUpnP devel files."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="libupnp"
9 WANTED="libupnp"
10 WEB_SITE="http://pupnp.sourceforge.net/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $_pkg/usr/include $fs/usr
19 }