New package: libpar2-0.4

This commit is contained in:
Dominik Honnef 2014-08-20 11:34:47 +02:00
parent f7ab0964ee
commit 5c53ca14dd
3 changed files with 26 additions and 0 deletions

View file

@ -1699,3 +1699,4 @@ libwld.so.0 wld-git-20140809_1
libswc.so.0 swc-git-20140809_1
libfcgi.so.0 fcgi-2.4.0_2
libdshconfig.so.1 libdshconfig-0.20.13_1
libpar2.so.1 libpar2-0.4_1

1
srcpkgs/libpar2-devel Symbolic link
View file

@ -0,0 +1 @@
libpar2

24
srcpkgs/libpar2/template Normal file
View file

@ -0,0 +1,24 @@
# Template file for 'libpar2'
pkgname=libpar2
version=0.4
revision=1
build_style=gnu-configure
maintainer="Dominik Honnef <dominik@honnef.co>"
hostmakedepends="pkg-config"
makedepends="libsigc++-devel"
license="GPL-2"
homepage="https://launchpad.net/libpar2"
short_desc="Allows for the generation, modification, verification, and repair of PAR and PAR2 recovery sets"
distfiles="https://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.gz"
checksum=316d6f0eb31eb896f5546171c2e86801aeffe5ae5e2decffc17f0018346796d4
libpar2-devel_package() {
depends="libsigc++-devel ${sourcepkg}-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/libpar2/include/
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}