milis/talimatname/genel/libwnck3/talimat

17 lines
510 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: Pencere Gezgini İnşaat Takımı (GTK + 3).
# URL: http://www.gnome.org/
# Packager: milisarge
# Depends on: gtk3 perl-xml-parser xorg-libxt xorg-libxres startup-notification xorg-libxinerama xorg-libxrandr xorg-libxcursor xorg-libxdamage intltool gobject-introspection
name=libwnck3
version=3.14.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/libwnck/${version%.*}/libwnck-$version.tar.xz)
build() {
cd libwnck-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}