wok annotate libgsf-dev/receipt @ rev 20074

syslinux: shrink i18n.cfg (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 24 21:46:04 2017 +0200 (2017-09-24)
parents f83bd64e1765
children af9262aa9794
rev   line source
pankso@563 1 # SliTaz package receipt.
pankso@563 2
pankso@563 3 PACKAGE="libgsf-dev"
al@19466 4 VERSION="1.14.40"
al@19466 5 CATEGORY="development"
al@19466 6 SHORT_DESC="GNOME Structured File Library, development files"
pankso@563 7 MAINTAINER="pankso@slitaz.org"
pascal@14714 8 LICENSE="GPL2"
al@19466 9 WEB_SITE="https://developer.gnome.org/gsf/"
al@19466 10
pankso@563 11 WANTED="libgsf"
pascal@19774 12 DEPENDS="libgsf pkg-config glib-dev libxml2-dev"
pascal@14714 13
pankso@563 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@563 15 genpkg_rules()
pankso@563 16 {
pankso@563 17 mkdir -p $fs/usr/lib
pascal@14714 18 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@14714 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@14714 20 cp -a $install/usr/include $fs/usr
pankso@563 21 }