wok-next view libsdl-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 | 70dc40504418 |
children | be13f25e790b |
line source
1 # SliTaz package receipt.
3 PACKAGE="libsdl-dev"
4 VERSION="1.2.14"
5 CATEGORY="development"
6 SHORT_DESC="Simple DirectMedia Layer devel files."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="xorg-dev libsdl"
9 SOURCE="SDL"
10 WANTED="libsdl"
11 WEB_SITE="http://www.libsdl.org/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib $fs/usr/share
17 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
18 cp -a $_pkg/usr/bin $fs/usr
19 cp -a $_pkg/usr/include $fs/usr
20 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
21 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
22 cp -a $_pkg/usr/share/aclocal $fs/usr/share
23 }