1
0
forked from ports/contrib

23 lines
558 B
Plaintext
Raw Normal View History

2006-11-20 07:26:53 +10:00
# Description: A trash can for GNU/Linux that uses LD_PRELOAD.
# URL: http://pages.stern.nyu.edu/~marriaga/software/libtrash/
# Maintainer: unmaintained
2007-01-20 12:21:06 +10:00
# Packager: James Mills, prologic at shortcircuit dot net dot au
2006-11-20 07:26:53 +10:00
#
# Depends on:
2006-11-14 09:01:22 +10:00
name=libtrash
version=2.4
release=4
source=(http://pages.stern.nyu.edu/~marriaga/software/$name/$name-latest.tgz)
build() {
2006-11-20 07:26:53 +10: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 09:01:22 +10:00
2006-11-20 07:26:53 +10:00
chown -R root:root $PKG
2006-11-14 09:01:22 +10:00
}