summaryrefslogtreecommitdiffstats
path: root/libsigc++/Pkgfile
blob: d6cc054fbaffb8ab3570c192e8c0f5ee29aec6fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: Implémente un système complèt de retour d'appel pour les librairies de widget version 2
# URL: http://libsigc.sourceforge.net/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

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

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