New package: libmrss-0.19.2

This commit is contained in:
Enno Boland 2014-05-29 19:32:18 +02:00
parent 04d712d0ee
commit 74bcd39c99
3 changed files with 25 additions and 0 deletions

View file

@ -1629,3 +1629,4 @@ libSDL2_ttf-2.0.so.0 SDL2_ttf-2.0.12_1
librtlsdr.so.0 librtlsdr-0.5.3_1
libSDL2_mixer-2.0.so.0 SDL2_mixer-2.0.0_1
libnxml.so.0 libnxml-0.18.3_1
libmrss.so.0 libmrss-0.19.2_1

1
srcpkgs/libmrss-devel Symbolic link
View file

@ -0,0 +1 @@
libmrss

23
srcpkgs/libmrss/template Normal file
View file

@ -0,0 +1,23 @@
# Template file for 'libmrss'
pkgname=libmrss
version=0.19.2
revision=1
build_style=gnu-configure
short_desc="A C library for parsing, writing and creating RSS"
maintainer="Enno Boland <eb@s01.de>"
license="LGPL-2"
homepage="http://www.libssh.org/"
hostmakedepends="pkg-config"
makedepends="libcurl-devel libnxml-devel"
distfiles="http://www.autistici.org/bakunin/$pkgname/${pkgname}-${version}.tar.gz"
checksum="071416adcae5c1a9317a4a313f2deb34667e3cc2be4487fb3076528ce45b210b"
libmrss-devel_package() {
depends="${sourcepkg}>=${version}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}