wok annotate wvstreams-dev/receipt @ rev 15575

Up lighttpd (1.4.33)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 29 08:43:20 2013 +0000 (2013-11-29)
parents c467222c631f
children 3af9c976b7d4
rev   line source
jozee@5089 1 # SliTaz package receipt.
jozee@5089 2
jozee@5089 3 PACKAGE="wvstreams-dev"
jozee@5089 4 VERSION="4.6.1"
jozee@5089 5 CATEGORY="development"
jozee@5089 6 SHORT_DESC="wvstreams devel files."
jozee@5089 7 MAINTAINER="jozee@slitaz.org"
pascal@15363 8 LICENSE="GPL2"
jozee@5089 9 WANTED="wvstreams"
jozee@5089 10 WEB_SITE="http://wvstreams.googlecode.com"
jozee@5089 11
jozee@5089 12 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@5089 13 genpkg_rules()
jozee@5089 14 {
jozee@5089 15 mkdir -p $fs/usr/lib
pascal@15363 16 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@15363 17 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15363 18 cp -a $install/usr/include/ $fs/usr
jozee@5089 19 }