# Description: MIME-handling suite # URL: http://spruce.sourceforge.net/gmime # Maintainer: Antonio SJ Musumeci, bile at landofbile dot com # Depends on: name=gmime version=2.2.23 release=1 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.gz) build() { cd $name* ./configure \ --prefix=/usr \ --disable-nls make make DESTDIR=$PKG install rm -r $PKG/usr/share/ }