wok view libmrss/receipt @ rev 20069

busybox/udhcpc6: update script (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 23 17:21:58 2017 +0200 (2017-09-23)
parents b3b2e86dc2ab
children 544e47246b33
line source
1 # SliTaz package receipt.
3 PACKAGE="libmrss"
4 VERSION="0.19.2"
5 CATEGORY="libs"
6 SHORT_DESC="mRss is a C library for parsing, writing and creating RSS/ATOM 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="libnxml"
14 BUILD_DEPENDS="libnxml libnxml-dev 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 mkdir -p $fs/usr/lib
26 cp -a $install/usr/lib/*so* $fs/usr/lib
27 }