wok view soprano-dev/receipt @ rev 15669

iptables: rm *.pc files, mv bin files to /usr/sbin
author Richard Dunbar <mojo@slitaz.org>
date Wed Dec 18 00:14:55 2013 +0000 (2013-12-18)
parents 7896f0694ef6
children 579bfd0929b6
line source
1 # SliTaz package receipt.
3 PACKAGE="soprano-dev"
4 VERSION="2.6.0"
5 CATEGORY="development"
6 SHORT_DESC="Soprano pkgconfig and include files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="soprano"
10 WEB_SITE="http://soprano.sourceforge.net/"
12 DEPENDS="pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 }