summaryrefslogtreecommitdiffstats
path: root/extra/codeblocks/Pkgfile
diff options
context:
space:
mode:
authorThierry N <tnut at nutyx dot com>2011-09-23 18:05:01 +0200
committerThierry N <tnut at nutyx dot com>2011-09-23 18:05:01 +0200
commit2d0d7834b7fc24cd5b2b114d9cc91a155575ca06 (patch)
tree946d84cf89d300f394cb1fb9312ce8f94071d6b2 /extra/codeblocks/Pkgfile
parent8753ff1363d0c5fe18f4e234761f4d76c87d17c8 (diff)
downloadnutyx-pakxe-2d0d7834b7fc24cd5b2b114d9cc91a155575ca06.tar.gz
nutyx-pakxe-2d0d7834b7fc24cd5b2b114d9cc91a155575ca06.tar.bz2
nutyx-pakxe-2d0d7834b7fc24cd5b2b114d9cc91a155575ca06.tar.xz
nutyx-pakxe-2d0d7834b7fc24cd5b2b114d9cc91a155575ca06.zip
ajout codeblock 10.05-1
Diffstat (limited to 'extra/codeblocks/Pkgfile')
-rw-r--r--extra/codeblocks/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/codeblocks/Pkgfile b/extra/codeblocks/Pkgfile
new file mode 100644
index 000000000..5a090cec1
--- /dev/null
+++ b/extra/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
+}