summaryrefslogtreecommitdiffstats
path: root/codeblocks/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'codeblocks/Pkgfile')
-rw-r--r--codeblocks/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/codeblocks/Pkgfile b/codeblocks/Pkgfile
new file mode 100644
index 000000000..5a090cec1
--- /dev/null
+++ b/codeblocks/Pkgfile
@@ -0,0 +1,20 @@
+# 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
+}