wok-6.x annotate libsdl-dev/receipt @ rev 13163
testdisk: add ntfs support (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 29 11:26:59 2012 +0200 (2012-07-29) |
parents | be13f25e790b |
children | 6eff489aa802 |
rev | line source |
---|---|
pankso@3424 | 1 # SliTaz package receipt. |
pankso@3424 | 2 |
pankso@3424 | 3 PACKAGE="libsdl-dev" |
slaxemulator@6195 | 4 VERSION="1.2.14" |
pankso@3424 | 5 CATEGORY="development" |
pankso@3424 | 6 SHORT_DESC="Simple DirectMedia Layer devel files." |
pankso@3424 | 7 MAINTAINER="pankso@slitaz.org" |
slaxemulator@9408 | 8 DEPENDS="xorg-libXext-dev xorg-libX11-dev xorg-libXrender-dev libsdl" |
pankso@3424 | 9 SOURCE="SDL" |
pankso@3424 | 10 WANTED="libsdl" |
pankso@3424 | 11 WEB_SITE="http://www.libsdl.org/" |
pankso@3424 | 12 |
pankso@3424 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@3424 | 14 genpkg_rules() |
pankso@3424 | 15 { |
pankso@3424 | 16 mkdir -p $fs/usr/lib $fs/usr/share |
pankso@3424 | 17 cp -a $_pkg/usr/bin $fs/usr |
pankso@3424 | 18 cp -a $_pkg/usr/include $fs/usr |
slaxemulator@9408 | 19 cp -a $_pkg/usr/lib/*.a $fs/usr/lib |
pankso@3424 | 20 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
pankso@3424 | 21 cp -a $_pkg/usr/share/aclocal $fs/usr/share |
pankso@3424 | 22 } |