summaryrefslogtreecommitdiffstats
path: root/pangomm/Pkgfile
blob: 91c54d09e608d56152ab4e2a524eee55a34b96d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Wrapper C++ pour la librairie graphique pango
# URL: http://cairographics.org/cairomm/
# Maintainer: NuTyX coret team
# Packager: thierryn1 at hispeed dot ch
# Depends on: pango, glibmm, cairomm
# Run on:

name=pangomm
version=2.28.4
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
}