opt/courier-unicode/Pkgfile

16 lines
382 B
Plaintext

# 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
version=2.2.6
release=1
source=(http://download.sourceforge.net/project/courier/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}