wok view soprano-dev/receipt @ rev 15002

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 21:12:16 2013 +0000 (2013-08-10)
parents 532ab3b57d40
children 47e1df965953
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 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
18 }