milis/talimatname/genel/murrine/talimat

23 lines
391 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Cairo tabanlı GTK motoru.
# URL: http://www.cimitan.com/murrine/
# Packager: milisarge
# 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
}