17 lines
522 B
Plaintext
17 lines
522 B
Plaintext
|
# Description: Window Navigator Construction Kit (GTK+3).
|
||
|
# URL: http://www.gnome.org/
|
||
|
# Packager: pierre at nutyx dot org
|
||
|
# 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
|
||
|
}
|