lrzip: added short_desc to subpkgs.
This commit is contained in:
parent
458c71c1ba
commit
ebfadbddd9
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mtr'
|
# Template file for 'mtr'
|
||||||
pkgname=lrzip
|
pkgname=lrzip
|
||||||
version=0.614
|
version=0.614
|
||||||
revision=3
|
revision=4
|
||||||
distfiles="http://ck.kolivas.org/apps/lrzip/lrzip-${version}.tar.bz2"
|
distfiles="http://ck.kolivas.org/apps/lrzip/lrzip-${version}.tar.bz2"
|
||||||
checksum="a8a99300a5250510e2e087ceb6e40a98cfedd19160fda376eca83ff3c5af269a"
|
checksum="a8a99300a5250510e2e087ceb6e40a98cfedd19160fda376eca83ff3c5af269a"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -13,6 +13,7 @@ license="GPL"
|
||||||
short_desc="Multi-threaded compression using the rzip/lzma, lzo, and zpaq algorithms"
|
short_desc="Multi-threaded compression using the rzip/lzma, lzo, and zpaq algorithms"
|
||||||
|
|
||||||
lrzip-devel_package() {
|
lrzip-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
depends="liblrzip-${version}_${revision}"
|
depends="liblrzip-${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
@ -23,6 +24,7 @@ lrzip-devel_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
liblrzip_package() {
|
liblrzip_package() {
|
||||||
|
short_desc+=" - runtime library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so.*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue