wok-current annotate giflib-dev/receipt @ rev 18653
Add drakon-editor
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 02 15:42:05 2015 +0100 (2015-12-02) |
parents | 7f076d44fd51 |
children | 86790a278e70 |
rev | line source |
---|---|
rcx@3183 | 1 # SliTaz package receipt. |
rcx@3183 | 2 |
rcx@3183 | 3 PACKAGE="giflib-dev" |
psychomaniak@18352 | 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" |
pascal@15600 | 9 LICENSE="MIT" |
pascal@15600 | 10 WANTED="giflib" |
pankso@16067 | 11 HOST_ARCH="i486 arm" |
pascal@15600 | 12 |
slaxemulator@6612 | 13 DEPENDS="giflib" |
rcx@3183 | 14 |
rcx@3183 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3183 | 16 genpkg_rules() |
rcx@3183 | 17 { |
rcx@3183 | 18 mkdir -p $fs/usr/lib |
pascal@15600 | 19 cp -a $install/usr/lib/*.*a $fs/usr/lib |
pascal@15600 | 20 cp -a $install/usr/include $fs/usr |
rcx@3183 | 21 } |