opt/courier-unicode/Pkgfile

18 lines
408 B
Plaintext
Raw Normal View History

2014-09-06 12:02:23 +02:00
# Description: Unicode library from the courier project
# URL: http://www.courier-mta.org/unicode/
# Maintainer: Juergen Daubert, jue at crux dot nu
name=courier-unicode
2018-09-21 16:20:40 +02:00
version=2.1
2014-09-06 12:02:23 +02:00
release=1
source=(http://download.sourceforge.net/project/courier/$name/$version/$name-$version.tar.bz2)
build () {
cd $name-$version
2016-08-17 15:18:48 +02:00
./configure --prefix=/usr
2014-09-06 12:02:23 +02:00
make
make DESTDIR=$PKG install
}