mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libpar2: adopted.
This commit is contained in:
parent
cf33136c31
commit
ac162f47a9
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'libpar2'
|
# Template file for 'libpar2'
|
||||||
pkgname=libpar2
|
pkgname=libpar2
|
||||||
version=0.4
|
version=0.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libsigc++-devel"
|
makedepends="libsigc++-devel"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://launchpad.net/libpar2"
|
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"
|
distfiles="https://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.gz"
|
||||||
checksum=316d6f0eb31eb896f5546171c2e86801aeffe5ae5e2decffc17f0018346796d4
|
checksum=316d6f0eb31eb896f5546171c2e86801aeffe5ae5e2decffc17f0018346796d4
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ libpar2-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/libpar2/include/
|
vmove usr/lib/libpar2/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue