wok-6.x annotate giflib-dev/receipt @ rev 6533
Up: gimp, gimp-console, gimp-dev, gimp-plug-ins to 2.6.11.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 04 19:32:48 2010 +0000 (2010-10-04) |
parents | |
children | aa6c1bad2cb7 |
rev | line source |
---|---|
rcx@3183 | 1 # SliTaz package receipt. |
rcx@3183 | 2 |
rcx@3183 | 3 PACKAGE="giflib-dev" |
rcx@3183 | 4 VERSION="4.1.6" |
rcx@3183 | 5 CATEGORY="development" |
rcx@3183 | 6 SHORT_DESC="giflib devel files." |
rcx@3183 | 7 WEB_SITE="http://sourceforge.net/projects/giflib/" |
rcx@3183 | 8 MAINTAINER="rcx@zoominternet.net" |
rcx@3183 | 9 WANTED="giflib" |
rcx@3183 | 10 |
rcx@3183 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3183 | 12 genpkg_rules() |
rcx@3183 | 13 { |
rcx@3183 | 14 mkdir -p $fs/usr/lib |
rcx@3183 | 15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
rcx@3183 | 16 cp -a $_pkg/usr/include $fs/usr |
rcx@3183 | 17 } |