contrib/murrine/Pkgfile

18 lines
445 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
2012-07-17 23:01:00 +02:00
# Depends on: gtk intltool
2009-09-16 23:31:43 +02:00
name=murrine
2012-07-22 13:48:04 +02:00
version=0.98.2
2009-09-16 23:31:43 +02:00
release=1
2012-07-22 13:48:04 +02:00
source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
2009-09-16 23:31:43 +02:00
build() {
cd $name-$version
./configure --prefix=/usr --enable-animation --disable-nls
make
make DESTDIR=$PKG install
}
2012-07-22 13:48:04 +02:00