From 7553795ec2d735c01dbdde129a65b7f45d5aa999 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 27 Feb 2018 14:34:02 -0600 Subject: Add harmony/ repo for packages still being discussed See https://wiki.adelielinux.org/wiki/Project:Harmony --- harmony/snappy/APKBUILD | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 harmony/snappy/APKBUILD (limited to 'harmony/snappy/APKBUILD') diff --git a/harmony/snappy/APKBUILD b/harmony/snappy/APKBUILD new file mode 100644 index 000000000..d8806e2f6 --- /dev/null +++ b/harmony/snappy/APKBUILD @@ -0,0 +1,35 @@ +# Contributor: Natanael Copa +# Maintainer: Natanael Copa +pkgname=snappy +pkgver=1.1.4 +pkgrel=3 +pkgdesc="Fast compression and decompression library" +url="http://google.github.io/snappy/" +arch="all" +license="BSD" +subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc" +source="https://github.com/google/snappy/releases/download/$pkgver/snappy-$pkgver.tar.gz + fix-UnalignedCopy64.patch + " + +builddir="$srcdir/$pkgname-$pkgver" + +build() { + cd "$builddir" + ./configure --prefix=/usr \ + --disable-static + make +} + +check() { + cd "$builddir" + make check +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} + +sha512sums="4f522f1d541e3f00d82ccaf6dda5c6ede28d4db19c53717003d8057261fe8630516ed6ff2a28615da032e0de9c6200b560ed5fce4f8714df9916d50d6a7c2178 snappy-1.1.4.tar.gz +a086dbdfe2cb21419b33c2f8a2739224a8e843f2c6a51715100c723b9fbd9aed14bcfa791c20dae785b33ac1d1cf4812ed2c5c5d4058c5b8e56a0e004e9a8c60 fix-UnalignedCopy64.patch" -- cgit v1.2.3-70-g09d2