diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 23:11:55 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 23:11:55 +0100 |
commit | 9398a8b21761fdc07dc7a76e1a82eac5fd8a57ec (patch) | |
tree | 7950fe52b099557cf1dd91bc0e217e546bab600d /base/libgadu/Pkgfile | |
parent | 2f752c4d40f5c98e59dd9888f40eced5adcb1775 (diff) | |
download | nutyx-pakxe-9398a8b21761fdc07dc7a76e1a82eac5fd8a57ec.tar.gz nutyx-pakxe-9398a8b21761fdc07dc7a76e1a82eac5fd8a57ec.tar.bz2 nutyx-pakxe-9398a8b21761fdc07dc7a76e1a82eac5fd8a57ec.tar.xz nutyx-pakxe-9398a8b21761fdc07dc7a76e1a82eac5fd8a57ec.zip |
libff, déplacé dans base
Diffstat (limited to 'base/libgadu/Pkgfile')
-rw-r--r-- | base/libgadu/Pkgfile | 18 |
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 +} + |