~alpine/aports

[PATCH v2 4/5] testing/libticalcs: new aport

Details
Message ID
<20201206211800.20258-4-sir@cmpwn.com>
DKIM signature
missing
Download raw message
Patch: +27 -0
---
 testing/libticalcs/APKBUILD | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 testing/libticalcs/APKBUILD

diff --git a/testing/libticalcs/APKBUILD b/testing/libticalcs/APKBUILD
new file mode 100644
index 0000000000..eb41e6f47a
--- /dev/null
+++ b/testing/libticalcs/APKBUILD
@@ -0,0 +1,27 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=libticalcs
pkgver=1.1.9
pkgrel=0
pkgdesc="Texas Instruments calculator library"
url="http://lpg.ticalc.org/prj_tilp/"
arch="all"
license="GPL-2.0-only"
makedepends="bzip2 libticables-dev libtifiles-dev libtool autoconf automake"
subpackages="$pkgname-dev"
source="
	$pkgname-$pkgver.tar.bz2::http://downloads.sourceforge.net/project/tilp/tilp2-linux/tilp2-1.18/${pkgname}2-$pkgver.tar.bz2
"
options="!check" # No upstream tests
builddir="$srcdir/${pkgname}2-$pkgver"

build() {
	autoreconf -if
	./configure --prefix=/usr
}

package() {
	make install DESTDIR="$pkgdir"
	rm -rf "$pkgdir"/usr/share/locale
}

sha512sums="a55fa92df787929397f4ed3e8f922355f71c7883459ceb98fbb8d39d18f06441147188aaabf7a67083d70549443e439744e68527742e2b7b5d3d2838cc41b4da  libticalcs-1.1.9.tar.bz2"
-- 
2.29.2
Reply to thread Export thread (mbox)