summaryrefslogtreecommitdiff
path: root/system/sp
diff options
context:
space:
mode:
authorCyberLeo <cyberleo@cyberleo.net>2020-03-28 05:45:52 -0500
committerCyberLeo <cyberleo@cyberleo.net>2020-03-28 05:45:52 -0500
commit9297468fa579836e3a6a381b798feb6b78217c2d (patch)
tree53168212f427afbcf0693b534530a4af803152e9 /system/sp
parenta63cc05c53a6f4c22422dc8c69808b14d87a6f6e (diff)
parentda5a69b65a8791fffa6e93366ee585f87eff136d (diff)
downloadpackages-9297468fa579836e3a6a381b798feb6b78217c2d.tar.gz
packages-9297468fa579836e3a6a381b798feb6b78217c2d.tar.bz2
packages-9297468fa579836e3a6a381b798feb6b78217c2d.tar.xz
packages-9297468fa579836e3a6a381b798feb6b78217c2d.zip
Merge branch 'master' into zfs
Diffstat (limited to 'system/sp')
-rw-r--r--system/sp/APKBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/system/sp/APKBUILD b/system/sp/APKBUILD
index c25be62d0..083aa3692 100644
--- a/system/sp/APKBUILD
+++ b/system/sp/APKBUILD
@@ -6,12 +6,10 @@ pkgrel=0
pkgdesc="An SGML system conforming to ISO 8879"
url="http://www.jclark.com/sp/"
arch="all"
+options="!check" # No test suite.
license="X11"
depends=""
-depends_dev=""
makedepends="$depends_dev"
-install=""
-options="!check"
subpackages=""
source="ftp://ftp.jclark.com/pub/sp/sp-$pkgver.tar.gz
configure.patch
@@ -19,12 +17,10 @@ source="ftp://ftp.jclark.com/pub/sp/sp-$pkgver.tar.gz
"
build() {
- cd "$builddir"
make
}
package() {
- cd "$builddir"
# it will not create the prefix directory itself
mkdir -p "$pkgdir"/usr
make DESTDIR="$pkgdir" install