summaryrefslogtreecommitdiffstats
path: root/extra/libgweather/Pkgfile
blob: 273d1a71c692c94f0d7baa0146da8dd28d746af6 (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-panel
# URL: http://www.gnome.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: gnome-vfs, libsoup

name=libgweather
version=2.24.3
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.24/$name-$version.tar.bz2)

build() {
	cd $name-$version
	./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
		--sysconfdir=/etc \
		--localstatedir=/var/lib \
		--disable-static
	make
	make DESTDIR=$PKG install
}