wok annotate libnxml-dev/receipt @ rev 21905
updated shake (0.999 -> 1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 04 14:02:46 2019 +0100 (2019-10-04) |
parents | 8f0d02db4d84 |
children | 544e47246b33 |
rev | line source |
---|---|
tcg@17142 | 1 # SliTaz package receipt. |
tcg@17142 | 2 |
tcg@17142 | 3 PACKAGE="libnxml-dev" |
tcg@17142 | 4 VERSION="0.18.3" |
tcg@17142 | 5 CATEGORY="libs" |
tcg@17142 | 6 SHORT_DESC="nXML is a C library for parsing, writing and creating XML 1.0 and 1.1 files or streams - devel files" |
tcg@17142 | 7 MAINTAINER="tcg.thegamer@gmail.com" |
tcg@17142 | 8 LICENSE="GPL" |
tcg@17142 | 9 WEB_SITE="http://www.autistici.org/bakunin" |
tcg@17142 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
tcg@17142 | 11 #WGET_URL="${WEB_SITE}/${PACKAGE}/${TARBALL}" |
tcg@17142 | 12 WANTED="libnxml" |
tcg@17142 | 13 |
pascal@19774 | 14 DEPENDS="libnxml pkg-config libcurl curl-dev" |
tcg@17142 | 15 |
tcg@17142 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
tcg@17142 | 17 genpkg_rules() |
tcg@17142 | 18 { |
pascal@17146 | 19 mkdir -p $fs/usr/lib |
tcg@17142 | 20 cp -a $install/usr/include $fs/usr |
tcg@17142 | 21 cp -a $install/usr/lib/*a $fs/usr/lib |
tcg@17142 | 22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
tcg@17142 | 23 } |