contrib/acct/Pkgfile

25 lines
549 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: GNU Accounting Utils.
# URL: http://savannah.gnu.org/projects/acct/
2007-01-20 03:21:06 +01:00
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: James Mills, prologic at shortcircuit dot net dot au
2006-11-19 22:26:53 +01:00
#
2006-11-14 00:01:22 +01:00
# Depends on:
name=acct
version=6.3.2
release=2
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
2006-11-19 22:26:53 +01:00
cd $name-$version
./configure --prefix=$PKG/usr
make && make install
2006-11-14 00:01:22 +01:00
2006-11-19 22:26:53 +01:00
rm -fr \
$PKG/usr/info \
$PKG/usr/bin/last \
$PKG/usr/man/man1/last.1
2006-11-14 00:01:22 +01:00
2006-11-19 22:26:53 +01:00
chown -R root:root $PKG
2006-11-14 00:01:22 +01:00
}