From 25ae3c33664fbacb978c5f23a2ab12024c089ebd Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 8 Apr 2020 15:53:50 -0300 Subject: community/libmaa: move from main --- community/libmaa/APKBUILD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 community/libmaa/APKBUILD (limited to 'community/libmaa/APKBUILD') diff --git a/community/libmaa/APKBUILD b/community/libmaa/APKBUILD new file mode 100644 index 0000000000..90237a15e2 --- /dev/null +++ b/community/libmaa/APKBUILD @@ -0,0 +1,34 @@ +# Contributor: ScrumpyJack +# Maintainer: ScrumpyJack +pkgname=libmaa +pkgver=1.3.2 +pkgrel=1 +pkgdesc="Provides many low-level data structures which are helpful for writing compilers" +url="https://sourceforge.net/projects/dict/" +arch="all" +license="GPL" +depends="" +depends_dev="" +makedepends="libtool perl flex" +install="" +subpackages="$pkgname-dev" +source="https://downloads.sourceforge.net/dict/${pkgname}-${pkgver}.tar.gz + fix-ppc64le-build-snprinf-buflen.patch" +options="libtool" + +builddir="${srcdir}/${pkgname}-${pkgver}" + +build() { + cd "$builddir" + update_config_guess || return 1 + ./configure --prefix=/usr + make || return 1 +} + +package() { + cd "$builddir" + make DESTDIR="${pkgdir}" install || return 1 +} + +sha512sums="dde91e8bf1c08515ff4662282d16a03b18a1dfb16eb7b95be980ba398ed1e65d8cd88e58d454e03a03f48a5ecca8bf23b4ebaf475a98630a9178318c12a1b176 libmaa-1.3.2.tar.gz +8efab0163bbdb0e16cc4914779cddccd53b6107c0ddc5b8c370e408f837d6ababd490e52e91386df7bc69d3a973a38f19e3721f379528b17913b5a32bfab6101 fix-ppc64le-build-snprinf-buflen.patch" -- cgit v1.2.3