wok-next view dotconf-dev/receipt @ rev 17637
syslinux-tools: add taziso (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 14 21:16:05 2015 +0100 (2015-02-14) |
parents | eb8067417980 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="dotconf-dev"
4 VERSION="1.0.13"
5 CATEGORY="development"
6 SHORT_DESC="Configuration file parser devel library."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="LGPL2.1"
9 WANTED="dotconf"
10 WEB_SITE="http://www.azzit.de/dotconf/"
12 DEPENDS="pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
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 }