milis/talimatname/genel/gnome-menus/talimat

19 lines
420 B
Plaintext

# Description: GNOME menü özellikleri.
# URL: http://www.gnome.org/
# Packager: yasarciv67@gmail.com
# Depends on: intltool glib gobject-introspection
name=gnome-menus
version=3.13.3
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc \
--disable-static
make
make DESTDIR=$PKG install
}