summaryrefslogtreecommitdiffstats
path: root/extra
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 /extra
parent2f752c4d40f5c98e59dd9888f40eced5adcb1775 (diff)
downloadnutyx-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 'extra')
-rw-r--r--extra/libgadu/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/extra/libgadu/Pkgfile b/extra/libgadu/Pkgfile
deleted file mode 100644
index 6302c378c..000000000
--- a/extra/libgadu/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
-# Depends on:
-
-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
-}
-