summaryrefslogtreecommitdiffstats
path: root/extra/codeblocks/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-16 13:17:14 +0100
committersibel <lesibel@free.fr>2011-03-16 13:17:14 +0100
commit567c19560891689117bf2c9c157785544bbc93be (patch)
treeb8ebebdf72a2a02084f683b266623790a6ba0858 /extra/codeblocks/Pkgfile
parent623368ca540bb067c1fe1d8a00d33a4d066705f0 (diff)
downloadnutyx-pakxe-567c19560891689117bf2c9c157785544bbc93be.tar.gz
nutyx-pakxe-567c19560891689117bf2c9c157785544bbc93be.tar.bz2
nutyx-pakxe-567c19560891689117bf2c9c157785544bbc93be.tar.xz
nutyx-pakxe-567c19560891689117bf2c9c157785544bbc93be.zip
codeblocks déplacé dans ouvert
Diffstat (limited to 'extra/codeblocks/Pkgfile')
-rw-r--r--extra/codeblocks/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/codeblocks/Pkgfile b/extra/codeblocks/Pkgfile
deleted file mode 100644
index 403379277..000000000
--- a/extra/codeblocks/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: Un EDI open source, multi-plateforme et gratuit.
-# Maintainer: NuTyX Contrib
-# URL: http://www.codeblocks.org/
-# Depends on: wxgtk
-# Run on: wxgtk
-
-name=codeblocks
-version=10.05
-release=1
-source=(http://download.berlios.de/codeblocks/$name-$version-1debian-src.tar.bz2)
-
-build() {
- cd src
- tar xf codeblocks_10.05-1.tar.gz
- cd $name-$version
-
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}
-