wok view dconf-dev/receipt @ rev 17473

syslinux/iso2exe: add 64bits support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 27 17:56:57 2014 +0100 (2014-12-27)
parents
children fc9203de5ff2
line source
1 # SliTaz package receipt.
3 PACKAGE="dconf-dev"
4 VERSION="0.13.0"
5 CATEGORY="development"
6 SHORT_DESC="Development files for dconf"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://live.gnome.org/dconf"
11 WANTED="dconf"
12 DEPENDS="dconf"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p \
18 $fs/usr/lib \
19 $fs/usr/share
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 cp -a $install/usr/share/vala $fs/usr/share
23 }