1
0
forked from ports/contrib

26 lines
557 B
Plaintext
Raw Normal View History

2006-11-20 07:26:53 +10:00
# Description: Pretty prints your eMails.
# URL: http://muttprint.sourceforge.net/
# Packager: Vincenzo Colosimo <vico@bicisport.de>
2007-01-20 12:21:06 +10:00
# Maintainer: 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=muttprint
version=0.72
release=2
source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
build() {
2006-11-20 07:26:53 +10:00
cd $name-$version
2006-11-14 09:01:22 +10:00
2006-11-20 07:26:53 +10:00
make \
prefix=$PKG/usr \
mandir=$PKG/usr/man install
2006-11-14 09:01:22 +10:00
2006-11-20 07:26:53 +10:00
rm -rf \
$PKG/usr/man/{cs,de,es,it} \
$PKG/usr/share/$name/{Debian*,Gentoo*}
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
}