wok annotate wvstreams-dev/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents 2a21689b0af7
children 6135577f4d08
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
pascal@15598 12 DEPENDS="pkg-config"
pascal@15598 13
jozee@5089 14 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@5089 15 genpkg_rules()
jozee@5089 16 {
jozee@5089 17 mkdir -p $fs/usr/lib
pascal@15363 18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@15363 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15363 20 cp -a $install/usr/include/ $fs/usr
jozee@5089 21 }