summaryrefslogtreecommitdiffstats
path: root/base/libgadu/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-06 23:11:55 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-06 23:11:55 +0100
commit9398a8b21761fdc07dc7a76e1a82eac5fd8a57ec (patch)
tree7950fe52b099557cf1dd91bc0e217e546bab600d /base/libgadu/Pkgfile
parent2f752c4d40f5c98e59dd9888f40eced5adcb1775 (diff)
downloadnutyx-extra-9398a8b21761fdc07dc7a76e1a82eac5fd8a57ec.tar.gz
nutyx-extra-9398a8b21761fdc07dc7a76e1a82eac5fd8a57ec.tar.bz2
nutyx-extra-9398a8b21761fdc07dc7a76e1a82eac5fd8a57ec.tar.xz
nutyx-extra-9398a8b21761fdc07dc7a76e1a82eac5fd8a57ec.zip
libff, déplacé dans base
Diffstat (limited to 'base/libgadu/Pkgfile')
-rw-r--r--base/libgadu/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/base/libgadu/Pkgfile b/base/libgadu/Pkgfile
new file mode 100644
index 000000000..7d0968ca2
--- /dev/null
+++ b/base/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.8.2
+release=1
+source=(http://toxygen.net/$name/files/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure \
+ --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+