summaryrefslogtreecommitdiffstats
path: root/libgnomecanvas/Pkgfile
blob: 4ad6727bc52769c58946d55ece65d41da19f98d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Librairie pour gnome
# URL: http://www.gnome.org/
# Maintainer: NuTyX GNOME team
# Packager: b at juglas dot name
# Depends on: libglade, libgnome, libart_lgpl
# Run on: libglade,libgnome,libart_lgpl

name=libgnomecanvas
version=2.30.3
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)
build() {
        cd $name-$version
        ./configure --prefix=/usr --disable-gtk-doc
        make
        make DESTDIR=$PKG install
        rm -rf $PKG/usr/share/gtk-doc

}