wok view libunique-dev/receipt @ rev 16315

ARM: add/up vala (0.24.0) + shared-mime-info (hope it will fix some gtk crash)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 09 14:57:01 2014 +0200 (2014-04-09)
parents 6eff489aa802
children e1ee172acb7b
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 LICENSE="LGPL2.1"
9 WEB_SITE="http://live.gnome.org/LibUnique"
10 WANTED="libunique"
12 DEPENDS="libunique pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/share
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/share/gir-1.0 $fs/usr/share
22 }