contrib/murrine/Pkgfile

17 lines
440 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
2011-02-10 23:12:01 +01:00
version=0.98.1.1
2009-09-16 23:31:43 +02:00
release=1
2011-02-10 23:12:01 +01:00
source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/${version%.*.*}/$name-$version.tar.bz2)
2009-09-16 23:31:43 +02:00
build() {
cd $name-$version
./configure --prefix=/usr --enable-animation --disable-nls
make
make DESTDIR=$PKG install
}