prt-utils: update to 1.0.2

This commit is contained in:
Juergen Daubert 2015-09-29 12:13:33 +02:00
parent e1f176c083
commit 2922a3d5ff
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
3a24a67344d2ae7c9d10e313a6c51bd4 prt-utils-1.0.1.tar.xz
6e9bb9ebbfa764bed67a4f3ee5f758bc prt-utils-1.0.2.tar.xz

View File

@ -5,11 +5,11 @@
# Depends on: elfutils
name=prt-utils
version=1.0.1
version=1.0.2
release=1
source=(http://crux.nu/files/tools/prt-utils/$name-$version.tar.xz)
build() {
cd $name-$version
make DESTDIR=$PKG install
make DESTDIR=$PKG MANDIR=/usr/man install
}