aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-01-19 15:41:55 +0100
committerMilan P. Stanić <mps@arvanta.net>2020-01-21 02:16:57 +0100
commitb8cec0e6e968ee2ccd7646cc97ec798177f15e56 (patch)
tree020319df81ece464cb082defd2447dc957680445 /testing
parentc6c76492972bdc169f862f8507d338178ff5c211 (diff)
downloadaports-b8cec0e6e968ee2ccd7646cc97ec798177f15e56.tar.bz2
aports-b8cec0e6e968ee2ccd7646cc97ec798177f15e56.tar.xz
testing/smooth: new aport
Diffstat (limited to 'testing')
-rw-r--r--testing/smooth/APKBUILD29
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/smooth/APKBUILD b/testing/smooth/APKBUILD
new file mode 100644
index 0000000000..05cde5355a
--- /dev/null
+++ b/testing/smooth/APKBUILD
@@ -0,0 +1,29 @@
+# Contributor: Bart Ribbers <bribbers@disroot.org>
+# Maintainer: Bart Ribbers <bribbers@disroot.org>
+pkgname=smooth
+pkgver=0.9.1
+pkgrel=0
+arch="all"
+url="https://github.com/enzo1982/smooth"
+pkgdesc="The smooth Class Library"
+license="Artistic-2.0"
+makedepends="fribidi-dev gtk+3.0-dev libx11-dev libjpeg-turbo-dev curl-dev libxml2-dev"
+source="$pkgname-$pkgver.tar.gz::https://github.com/enzo1982/smooth/archive/v$pkgver.tar.gz"
+subpackages="$pkgname-dev"
+options="!check" # No tests
+
+prepare() {
+ default_prepare
+
+ find "$builddir" -type f -exec sed -i 's|/usr/local|/usr|g' {} \;
+}
+
+build() {
+ make
+}
+
+package() {
+ DESTDIR="$pkgdir" make install
+}
+
+sha512sums="9cab9d4a06eae37cb3024feb3fee73ae2de47723c03a5d0b9d75afda379049c16ee572ebfe024cfd73cf16942829c9731cc56568cfe84f1d222f6d016e999f8b smooth-0.9.1.tar.gz"