summaryrefslogtreecommitdiffstats
path: root/libgweather/Pkgfile
blob: ec470aa2606ea98b4d20b377ee85dae00d087459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Bibliothèque Gnome permettant d'accéder à des informations météo
# URL: http://www.gnome.org/
# Maintainer: NuTyX GNOME team
# Packager: b at juglas dot name
# Depends on: gconf, intltool, libsoup, gnome-common, gnome-icon-theme
# Run on: gconf,libsoup,gnome-icon-theme

name=libgweather
version=3.2.1
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
        cd $name-$version
        ./configure --prefix=/usr \
                    --sysconfdir=/etc \
                    --disable-gtk-doc
        make
        make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$PKG install
        rm -rf $PKG/usr/share/gtk-doc
}