summaryrefslogtreecommitdiffstats
path: root/extra/libsigc++/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-07 00:04:01 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-07 00:04:01 +0100
commitc53ff938a4bcca4a0cef390a492f84c38f329bc5 (patch)
treec27a80b58c81d971ca82f14630a324796becce75 /extra/libsigc++/Pkgfile
parent7ec566c66fcc0fbdfebc733b73ace264827d013a (diff)
downloadnutyx-extra-c53ff938a4bcca4a0cef390a492f84c38f329bc5.tar.gz
nutyx-extra-c53ff938a4bcca4a0cef390a492f84c38f329bc5.tar.bz2
nutyx-extra-c53ff938a4bcca4a0cef390a492f84c38f329bc5.tar.xz
nutyx-extra-c53ff938a4bcca4a0cef390a492f84c38f329bc5.zip
libsigc++, déplacé dans base
Diffstat (limited to 'extra/libsigc++/Pkgfile')
-rwxr-xr-xextra/libsigc++/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/libsigc++/Pkgfile b/extra/libsigc++/Pkgfile
deleted file mode 100755
index 118864dc2..000000000
--- a/extra/libsigc++/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Implémente un système complèt de retour d'appel pour les librairies de widget version 2
-# URL: http://libsigc.sourceforge.net/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-
-name=libsigc++
-version=2.2.3
-release=1
-source=(http://ftp.gnome.org//pub/GNOME/sources/$name/2.2/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
- rm -r $PKG/usr/share/doc
-}