wok view libunique-dev/receipt @ rev 8339

Fix: screen need -j1 to install
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Feb 02 05:18:27 2011 +0100 (2011-02-02)
parents f3f04d197875
children 129bb5b11a7e
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 $fs/usr/share
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 cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share
21 }