contrib/libtrash/Pkgfile

23 lines
599 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: A trash can for GNU/Linux that uses LD_PRELOAD.
# URL: http://pages.stern.nyu.edu/~marriaga/software/libtrash/
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
#
# Depends on:
2006-11-14 00:01:22 +01:00
name=libtrash
version=2.4
release=4
source=(http://pages.stern.nyu.edu/~marriaga/software/$name/$name-latest.tgz)
build() {
2006-11-19 22:26:53 +01:00
cd $name-$version
install -d $PKG/{usr/lib,etc}
make && make INSTLIBDIR=$PKG/usr/lib \
SYSCONFFILE=$PKG/etc/$name.conf \
install
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
}