wok view libnxml/receipt @ rev 17142

Add rsstail and dependencies.
author necrophcodr <tcg.thegamer@gmail.com>
date Wed Sep 10 11:43:10 2014 +0200 (2014-09-10)
parents
children c711a8b94cb7
line source
1 # SliTaz package receipt.
3 PACKAGE="libnxml"
4 VERSION="0.18.3"
5 CATEGORY="libs"
6 SHORT_DESC="nXML is a C library for parsing, writing and creating XML 1.0 and 1.1 files or streams."
7 MAINTAINER="tcg.thegamer@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="http://www.autistici.org/bakunin"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="${WEB_SITE}/${PACKAGE}/${TARBALL}"
13 DEPENDS=""
14 BUILD_DEPENDS="libcurl curl-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/usr/lib/*so* $fs/usr/lib
26 }