wok diff SDL_image-dev/receipt @ rev 1166

postfix: fix depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 30 12:09:40 2008 +0000 (2008-07-30)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/SDL_image-dev/receipt	Wed Jul 30 12:09:40 2008 +0000
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="SDL_image-dev"
     1.7 +VERSION="1.2.6"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="SDL image lib devel files."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="xorg"
    1.12 +WANTED="SDL_image"
    1.13 +WEB_SITE="http://www.libsdl.org/projects/SDL_image/"
    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/lib/*.*a $fs/usr/lib
    1.20 +	cp -a $_pkg/usr/include $fs/usr
    1.21 +}