libpar2: adopted.

This commit is contained in:
Leah Neukirchen 2017-03-25 16:07:49 +01:00
parent cf33136c31
commit ac162f47a9
1 changed files with 4 additions and 4 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'libpar2'
pkgname=libpar2
version=0.4
revision=1
revision=2
build_style=gnu-configure
maintainer="Orphaned <orphan@voidlinux.eu>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
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"
short_desc="Generate, modify, verifiy, and repair PAR and PAR2 recovery sets"
distfiles="https://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.gz"
checksum=316d6f0eb31eb896f5546171c2e86801aeffe5ae5e2decffc17f0018346796d4
@ -17,7 +17,7 @@ libpar2-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/libpar2/include/
vmove usr/lib/libpar2/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}