summaryrefslogtreecommitdiffstats
path: root/base/junit/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-05 15:50:01 +0100
committersibel <lesibel@free.fr>2011-03-05 15:50:01 +0100
commita02f0a5839b01065181ce845a25919e6a4f4cc93 (patch)
tree920c0b4200652bc3fcfbddc47750cbd09b844a48 /base/junit/Pkgfile
parent2f4f0f9e8d0fa1938532f7a55fd4f876ff551da3 (diff)
downloadnutyx-extra-a02f0a5839b01065181ce845a25919e6a4f4cc93.tar.gz
nutyx-extra-a02f0a5839b01065181ce845a25919e6a4f4cc93.tar.bz2
nutyx-extra-a02f0a5839b01065181ce845a25919e6a4f4cc93.tar.xz
nutyx-extra-a02f0a5839b01065181ce845a25919e6a4f4cc93.zip
junit, correction port
Diffstat (limited to 'base/junit/Pkgfile')
-rw-r--r--base/junit/Pkgfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/base/junit/Pkgfile b/base/junit/Pkgfile
index 9d638122a..b8f6e617b 100644
--- a/base/junit/Pkgfile
+++ b/base/junit/Pkgfile
@@ -7,14 +7,14 @@
name=junit
version=4.8.2
-release=1
+release=2
source=( http://downloads.sourceforge.net/$name/$name$version.zip)
build() {
cd $name$version
- install -v -m755 -d $PKG/usr/share/{,doc/}junit-4.5
+ 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.5
- cp -v -R *.html *doc $PKG/usr/share/doc/junit-4.5
+ cp -v -R junit* org $PKG/usr/share/junit-4.8
+ cp -v -R *.html *doc $PKG/usr/share/doc/junit-4.8
}