wok diff libsdl2-dev/receipt @ rev 17157

syslinux: fix rockridge (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 15 23:31:45 2014 +0200 (2014-09-15)
parents
children 5b063a7e40ae
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libsdl2-dev/receipt	Mon Sep 15 23:31:45 2014 +0200
     1.3 @@ -0,0 +1,25 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libsdl2-dev"
     1.7 +VERSION="2.0.3"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="a cross-platform interactive media development library - dev files"
    1.10 +MAINTAINER="tcg.thegamer@gmail.com"
    1.11 +LICENSE="zlib"
    1.12 +TARBALL="SDL2-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://libsdl.org"
    1.14 +WGET_URL="${WEB_SITE}/release/${TARBALL}"
    1.15 +
    1.16 +WANTED="libsdl2"
    1.17 +
    1.18 +DEPENDS="libsdl2"
    1.19 +
    1.20 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 +genpkg_rules()
    1.22 +{
    1.23 +	mkdir -p $fs/usr/lib
    1.24 +	cp -a $install/usr/share $fs/usr
    1.25 +	cp -a $install/usr/include $fs/usr
    1.26 +	cp -a $install/usr/lib/*a $fs/usr/lib
    1.27 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.28 +}