xmlsec1: add package

This commit is contained in:
Enno Boland 2014-02-23 14:50:08 +01:00
parent 12648b88b3
commit 54244e2691
2 changed files with 22 additions and 0 deletions

1
srcpkgs/xmlsec1-devel Symbolic link
View file

@ -0,0 +1 @@
xmlsec1

21
srcpkgs/xmlsec1/template Normal file
View file

@ -0,0 +1,21 @@
# Template file for 'xmlsec'
pkgname=xmlsec1
version=1.2.19
revision=1
hostmakedepends=""
makedepends="libxml2-devel libxslt-devel libltdl-devel gnutls-devel"
build_style="gnu-configure"
maintainer="Enno Boland <eb@s01.de>"
license="MIT"
homepage="http://www.aleksey.com/xmlsec/"
short_desc="XML Security Library is a C library based on LibXML2."
distfiles="http://www.aleksey.com/xmlsec/download/xmlsec1-${version}.tar.gz"
checksum=2fc8f7c9fadb0f6c565bf304de798a875fc719005c20169f8e88028b20c8aac0
xmlsec1-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/lib/pkgconfig
vmove usr/include
}
}