summaryrefslogtreecommitdiffstats
path: root/base/junit/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-24 23:53:02 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-24 23:53:02 +0100
commit8e8ad512d60cb2a150926713c7a4e8e6abd000de (patch)
treef27fda8a3ef122d4212dff11fcc1880bcda8ccb0 /base/junit/Pkgfile
parentada4d25277d8d686b8e6b1c22340924e871e0ae0 (diff)
downloadnutyx-extra-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.gz
nutyx-extra-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.bz2
nutyx-extra-8e8ad512d60cb2a150926713c7a4e8e6abd000de.tar.xz
nutyx-extra-8e8ad512d60cb2a150926713c7a4e8e6abd000de.zip
Paquets avec dépendances déplacés dans extra
Diffstat (limited to 'base/junit/Pkgfile')
-rw-r--r--base/junit/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/base/junit/Pkgfile b/base/junit/Pkgfile
deleted file mode 100644
index aff1ec24d..000000000
--- a/base/junit/Pkgfile
+++ /dev/null
@@ -1,19 +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:
-
-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
-}