wok annotate libgpod-dev/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 4904e3d374a9
children 7f9039b62d95
rev   line source
jozee@2858 1 # SliTaz package receipt.
jozee@2858 2
jozee@2858 3 PACKAGE="libgpod-dev"
slaxemulator@6348 4 VERSION="0.7.94"
jozee@2858 5 CATEGORY="development"
jozee@2858 6 SHORT_DESC="libgpod devel files"
jozee@2858 7 MAINTAINER="jozee@slitaz.org"
pascal@14714 8 LICENSE="GPL2"
jozee@2858 9 WANTED="libgpod"
jozee@2858 10 WEB_SITE="http://www.gtkpod.org/libgpod.html"
jozee@2858 11
pascal@15597 12 DEPENDS="pkg-config"
pascal@15597 13
jozee@2858 14 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2858 15 genpkg_rules()
jozee@2858 16 {
jozee@2858 17 mkdir -p $fs/usr/lib
pascal@14714 18 cp -a $install/usr/include $fs/usr
pascal@14714 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@14714 20 cp -a $install/usr/lib/*.*a $fs/usr/lib/
jozee@2858 21 }