summaryrefslogtreecommitdiffstats
path: root/libwnck3/Pkgfile
blob: 7d6646c654439cf3d1c4035207b45555dc2afcca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Contient un kit de contruction de navigateur de fenĂȘtres
# URL: http://www.gnome.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: gtk3, p5-xml-parser, xorg-libxt, xorg-libxres, startup-notification, xorg-libxinerama, xorg-libxrandr, xorg-libxcursor, xorg-libxdamage
# Run on: gtk3,p5-xml-parser

name=libwnck3
version=3.4.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/${name%3}/${version%.*}/${name%3}-$version.tar.xz)

build() {
	cd ${name%3}-$version
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
	rm -rf $PKG/usr/share/gtk-doc
}