summaryrefslogtreecommitdiff
path: root/manualPorts/gensort/Pkgfile
blob: de74748c457b2e8476ede0fcb91df99978788b45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Description: Generate input records for the sort benchmarks presented on www.sortbenchmark.org
# URL: http://www.ordinal.com/gensort.html
# Maintainer: Erich Eckner, crux at eckner dot net
# Depends on: zlib

name=gensort
version=1.5
release=1
source=(http://www.ordinal.com/try.cgi/$name-$version.tar.gz)

build() {
    cd $name-$version
    make
    test -x $name
    install -D -m755 -t $PKG/usr/bin/ $name
}