summaryrefslogtreecommitdiffstats
path: root/libgweather/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libgweather/Pkgfile')
-rw-r--r--libgweather/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/libgweather/Pkgfile b/libgweather/Pkgfile
new file mode 100644
index 0000000..1ed1c0b
--- /dev/null
+++ b/libgweather/Pkgfile
@@ -0,0 +1,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
+}
+