summaryrefslogtreecommitdiffstats
path: root/libgweather/Pkgfile
blob: 1ed1c0bd847425671b29f63b93c60a05af1a3edb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Librairie gnome pour accéder aux informations météo
# URL: http://www.gnome.org/
# Maintainer: NuTyX GNOME team
# Packager: b at juglas dot name
# Depends on: gtk,intltool,libsoup
# Run on: gtk,intltool,libsoup

name=libgweather
version=3.1.3
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 DESTDIR=$PKG install
        rm -rf $PKG/usr/share/gtk-doc
}