mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
278 B

upx_pi() {
install -m 755 upx $bindir/upx
cd ../doc
make
install -m 644 upx.1 $mandir/man1/upx.1
}
srcdir="upx-$ver/src"
var_append makeopt " " "target=linux UCLDIR=/usr CC=g++ DEFS=-DWITH_UCL LDLIB=-lucl"
# no install target
makeinstopt=""
hook_add postmake 3 "upx_pi"