contrib/murrine/Pkgfile

17 lines
436 B
Plaintext
Raw Normal View History

2009-09-16 23:31:43 +02:00
# Description: gtk+ engine
# URL: http://www.cimitan.com/murrine/engine
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
# Depends on: gtk
name=murrine
version=0.90.3
release=1
source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --enable-animation --disable-nls
make
make DESTDIR=$PKG install
}