wok-6.x view libmrss-dev/receipt @ rev 23835

Up axel (2.17.8), bluez (5.54), cpio (2.13), dnsmasq (2.81), libssh (0.9.4), unbound (1.10.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 09:34:18 2020 +0000 (2020-06-01)
parents 8f0d02db4d84
children 544e47246b33
line source
1 # SliTaz package receipt.
3 PACKAGE="libmrss-dev"
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 - devel files"
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}"
12 WANTED="libmrss"
14 DEPENDS="libmrss pkg-config libnxml libcurl curl-dev"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/*a $fs/usr/lib
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 }