summaryrefslogtreecommitdiffstats
path: root/extra/codeblocks/Pkgfile
diff options
context:
space:
mode:
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
-}
-