summaryrefslogtreecommitdiffstats
path: root/base/junit/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:22:55 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:22:55 +0200
commit26c6bc82058978d468ad65ca374b1b7672d92ae7 (patch)
tree7cee78250282d076012856a9516b39125bd93e91 /base/junit/Pkgfile
parent97b2fb53567dc8980044fccd81b1b7108665650e (diff)
downloadnutyx-extra-26c6bc82058978d468ad65ca374b1b7672d92ae7.tar.gz
nutyx-extra-26c6bc82058978d468ad65ca374b1b7672d92ae7.tar.bz2
nutyx-extra-26c6bc82058978d468ad65ca374b1b7672d92ae7.tar.xz
nutyx-extra-26c6bc82058978d468ad65ca374b1b7672d92ae7.zip
joe dans extra
Diffstat (limited to 'base/junit/Pkgfile')
-rw-r--r--base/junit/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/base/junit/Pkgfile b/base/junit/Pkgfile
deleted file mode 100644
index 5af680dbd..000000000
--- a/base/junit/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: Contient un framework simple et libre pour écrire et exécuter des tâches répétitives
-# URL: http://www.junit.org/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-# Run on:
-
-name=junit
-version=4.8.2
-release=2
-source=(https://github.com/downloads/KentBeck/junit/junit4.8.2.zip)
-
-build() {
- cd $name$version
- install -v -m755 -d $PKG/usr/share/{,doc/}junit-4.8
- chown -R root:root $PKG
- cp -v -R junit* org $PKG/usr/share/junit-4.8
- cp -v -R *.html *doc $PKG/usr/share/doc/junit-4.8
-}
-