contrib/muttprint/Pkgfile

26 lines
556 B
Plaintext
Raw Normal View History

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