upx: manpage must be generated with pod2man.
This commit is contained in:
parent
152f081e26
commit
53f02082f6
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'upx'
|
# Template file for 'upx'
|
||||||
pkgname=upx
|
pkgname=upx
|
||||||
version=3.08
|
version=3.08
|
||||||
revision=1
|
revision=2
|
||||||
makedepends="ucl"
|
makedepends="ucl perl"
|
||||||
short_desc="Ultimate Packer for eXecutables"
|
short_desc="Ultimate Packer for eXecutables"
|
||||||
wrksrc="upx-${version}-src"
|
wrksrc="upx-${version}-src"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
|
@ -13,6 +13,7 @@ checksum=c6d873925ef0d5422b9320c7075ef9be5981a6f99418469ce067becd68de65eb
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} all
|
make ${makejobs} all
|
||||||
|
cd doc && make upx.1
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue