summaryrefslogtreecommitdiff
path: root/system/sp
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-21 01:20:54 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-21 01:20:54 +0000
commit0bde1639103fa9dab748dc0bfc7d483c652e96a7 (patch)
tree6c069dcce082b1e93d14e12d8c00b835065ee368 /system/sp
parent8dd6cd1e8ed01b08a6328e1c842c645cda9ec532 (diff)
downloadpackages-0bde1639103fa9dab748dc0bfc7d483c652e96a7.tar.gz
packages-0bde1639103fa9dab748dc0bfc7d483c652e96a7.tar.bz2
packages-0bde1639103fa9dab748dc0bfc7d483c652e96a7.tar.xz
packages-0bde1639103fa9dab748dc0bfc7d483c652e96a7.zip
system/s*: modernise, fix metadata
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