wok annotate opencsg-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
children c3f6eea1a598
rev   line source
pascal@17320 1 # SliTaz package receipt.
pascal@17320 2
pascal@17320 3 PACKAGE="opencsg-dev"
pascal@17320 4 VERSION="1.4.0"
pascal@17320 5 CATEGORY="development"
pascal@17320 6 SHORT_DESC="The CSG rendering library, development files."
pascal@17320 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17320 8 LICENSE="GPL2"
pascal@17320 9 WEB_SITE="http://www.opencsg.org/"
pascal@17320 10 WANTED="opencsg"
pascal@17320 11
pascal@17320 12 DEPENDS="opencsg"
pascal@17320 13
pascal@17320 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17320 15 genpkg_rules()
pascal@17320 16 {
pascal@17320 17 mkdir -p $fs/usr
pascal@17320 18 cp -a $install/usr/bin $fs/usr
pascal@17320 19 cp -a $install/usr/include $fs/usr
pascal@17320 20 }