summaryrefslogtreecommitdiffstats
path: root/libgadu/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libgadu/Pkgfile')
-rw-r--r--libgadu/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/libgadu/Pkgfile b/libgadu/Pkgfile
new file mode 100644
index 000000000..67e6b94dd
--- /dev/null
+++ b/libgadu/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Librairie pour le protocol de messagerie instantanée Gadu-gadu
+# URL: http://toxygen.net/libgadu
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=libgadu
+version=1.10.0
+release=1
+source=(http://toxygen.net/$name/files/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure \
+ --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+