milis/talimatname/genel/libgnomecanvas/talimat

20 lines
415 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: GNOME Canvas kitaplığı
# URL: http://www.gnome.org
# Packager: yasarciv67@gmail.com
# Depends on: intltool libglade libart_lgpl
name=libgnomecanvas
version=2.30.3
release=3.0
source=(https://download.gnome.org/sources/$name/2.30/$name-$version.tar.bz2
)
build() {
cd $name-$version
./configure --prefix=/usr --disable-static \
--enable-glade
make
make DESTDIR="${PKG}" install
}