summaryrefslogtreecommitdiffstats
path: root/extra/junit/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/junit/Pkgfile')
-rw-r--r--extra/junit/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/junit/Pkgfile b/extra/junit/Pkgfile
new file mode 100644
index 000000000..0347edd9d
--- /dev/null
+++ b/extra/junit/Pkgfile
@@ -0,0 +1,19 @@
+# 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: unzip
+
+name=junit
+version=4.5
+release=1
+source=( http://downloads.sourceforge.net/$name/$name$version.zip)
+
+
+build() {
+ cd $name$version
+ install -v -m755 -d $PKG/usr/share/{,doc/}junit-4.5
+ chown -R root:root $PKG
+ cp -v -R junit* org $PKG/usr/share/junit-4.5
+ cp -v -R *.html *doc $PKG/usr/share/doc/junit-4.5
+}