upx: 3.03 -> 3.07

This commit is contained in:
Danny Rawlins 2011-01-24 19:25:37 +11:00
parent 790842abea
commit 8ae610b4c3
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
1d5830fff06537a129c923527c4ce205 upx-3.03-src.tar.bz2
8186ab103288242f7e8ecad1acd4af03 upx-3.07-src.tar.bz2

View File

@ -5,12 +5,12 @@
# Depends on: ucl lzo zlib
name=upx
version=3.03
version=3.07
release=1
source=(http://upx.sourceforge.net/download/upx-$version-src.tar.bz2)
source=(http://upx.sourceforge.net/download/$name-$version-src.tar.bz2)
build() {
cd upx-$version-src
cd $name-$version-src
make -C doc
make -C src
install -m 0644 -D doc/upx.1 $PKG/usr/man/man1/upx.1