milis/talimatname/genel/murrine/talimat

23 lines
391 B
Plaintext
Raw Normal View History

2017-04-04 14:16:46 +02:00
# Description: Cairo tabanlı GTK motoru.
2016-02-24 01:27:23 +01:00
# URL: http://www.cimitan.com/murrine/
2017-04-04 14:16:46 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: gtk2
name=murrine
version=0.98.2
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd murrine-$version
./configure \
--prefix=/usr \
--enable-animation \
--enable-animationrtl
make
make DESTDIR=$PKG install
}