wok-stable view libunique-dev/receipt @ rev 6408

file, icon-naming-utils, libgnomecanvas: typo to avoid 'tazwok check' trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 25 14:18:44 2010 +0200 (2010-09-25)
parents 173285738cb3
children 418686f0c6cd
line source
1 # SliTaz package receipt.
3 PACKAGE="libunique-dev"
4 VERSION="1.1.6"
5 CATEGORY="development"
6 SHORT_DESC="Development files for Libunique."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libunique"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://live.gnome.org/LibUnique"
11 WANTED="libunique"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
20 }