New package: ctpl-0.3.4

This commit is contained in:
Steve Prybylski 2015-08-31 17:47:33 -04:00
parent 9f65feeaa1
commit 843f2ec250
3 changed files with 26 additions and 0 deletions

View File

@ -2147,3 +2147,4 @@ libzita-convolver.so.3 zita-convolver-3.1.0_1
libpugixml.so.1 pugixml-1.6_1
libnewt.so.0.52 newt-0.52.18_1
libgeany.so.0 geany-1.25_1
libctpl.so.2 ctpl-0.3.4_1

1
srcpkgs/ctpl-devel Symbolic link
View File

@ -0,0 +1 @@
ctpl

24
srcpkgs/ctpl/template Normal file
View File

@ -0,0 +1,24 @@
# Template file for 'ctpl'
pkgname=ctpl
version=0.3.4
revision=1
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="pkg-config"
makedepends="glib-devel"
short_desc="Template library written in C"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="GPL-3"
homepage="http://ctpl.tuxfamily.org/"
distfiles="http://download.tuxfamily.org/${pkgname}/releases/${pkgname}-${version}.tar.gz"
checksum=3a95fdd03437ed3ae222339cb0de2d2c1240d627faa6c77bf46f1a9b761729fb
ctpl-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.so
}
}