New package: libnxml-0.18.3

This commit is contained in:
Enno Boland 2014-05-29 19:29:45 +02:00
parent 57842bfb85
commit 04d712d0ee
3 changed files with 24 additions and 0 deletions

View file

@ -1628,3 +1628,4 @@ libsmm-local.so.3 libopensc-0.13.0_2
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

1
srcpkgs/libnxml-devel Symbolic link
View file

@ -0,0 +1 @@
libnxml

22
srcpkgs/libnxml/template Normal file
View file

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