wok annotate xplc-dev/receipt @ rev 15579

Remove cromfs-or-squashfs; add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 10:06:29 2013 +0000 (2013-11-30)
parents 4bcc6ed80629
children 3af9c976b7d4
rev   line source
jozee@5098 1 # SliTaz package receipt.
jozee@5098 2
jozee@5098 3 PACKAGE="xplc-dev"
jozee@5098 4 VERSION="0.3.13"
jozee@5098 5 CATEGORY="development"
jozee@5098 6 SHORT_DESC="xplc development files."
jozee@5098 7 MAINTAINER="jozee@slitaz.org"
pascal@15579 8 LICENSE="LGPL2.1"
jozee@5098 9 WEB_SITE="http://xplc.sourceforge.net"
jozee@5098 10 WANTED="xplc"
jozee@5098 11
jozee@5098 12 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@5098 13 genpkg_rules()
jozee@5098 14 {
jozee@5098 15 mkdir -p $fs/usr/lib/$WANTED-$VERSION
pascal@15579 16 cp -a $install/usr/include $fs/usr
pascal@15579 17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@15579 18 cp -a $install/usr/lib/$WANTED-$VERSION/*.a $fs/usr/lib/$WANTED-$VERSION/
jozee@5098 19 }