wok annotate imlib-dev/receipt @ rev 15367

Add wimlib
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 12 12:04:33 2013 +0000 (2013-10-12)
parents 41aa89bb8444
children 8ed62ecac0c7
rev   line source
rcx@3192 1 # SliTaz package receipt.
rcx@3192 2
rcx@3192 3 PACKAGE="imlib-dev"
rcx@3192 4 VERSION="1.9.15"
rcx@3192 5 CATEGORY="development"
rcx@3192 6 SHORT_DESC="imlib devel files."
rcx@3192 7 WEB_SITE="http://freshmeat.net/projects/imlib/"
rcx@3192 8 MAINTAINER="rcx@zoominternet.net"
pascal@15001 9 LICENSE="GPL2"
rcx@3192 10 WANTED="imlib"
rcx@3192 11
rcx@3192 12 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3192 13 genpkg_rules()
rcx@3192 14 {
rcx@3192 15 mkdir -p $fs/usr/lib
pascal@15001 16 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15001 17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@15001 18 cp -a $install/usr/include $fs/usr
rcx@3192 19 mkdir -p $fs/usr/share/aclocal
pascal@15001 20 cp -a $install/usr/share/aclocal $fs/usr/share
rcx@3192 21 }