wok annotate libgsf-dev/receipt @ rev 21884

merkaartor: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 30 17:25:34 2019 +0200 (2019-09-30)
parents fc9203de5ff2
children 91a008a5fdf1
rev   line source
pankso@563 1 # SliTaz package receipt.
pankso@563 2
pankso@563 3 PACKAGE="libgsf-dev"
Hans-G?nter@21228 4 VERSION="1.14.45"
al@19466 5 CATEGORY="development"
Hans-G?nter@21228 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"
Hans-G?nter@21228 12 DEPENDS="glib-dev libgsf libxml2-dev pkg-config"
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
Hans-G?nter@21228 18
Hans-G?nter@21228 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
Hans-G?nter@21228 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
Hans-G?nter@21228 21 cp -a $install/usr/include $fs/usr
pankso@563 22 }