~alpine/aports

1

[PATCH 1/4] testing/fstrcmp: new aport

Bart Ribbers <bribbers@disroot.org>
Details
Message ID
<20190730224552.19614-1-bribbers@disroot.org>
DKIM signature
missing
Download raw message
Patch: +29 -0
---
 testing/fstrcmp/APKBUILD | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 testing/fstrcmp/APKBUILD

diff --git a/testing/fstrcmp/APKBUILD b/testing/fstrcmp/APKBUILD
new file mode 100644
index 0000000000..0b0c260789
--- /dev/null
+++ b/testing/fstrcmp/APKBUILD
@@ -0,0 +1,29 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=fstrcmp
pkgver=0.7
pkgrel=0
arch="all"
url="http://fstrcmp.sourceforge.net/"
pkgdesc="Make fuzzy comparisons of strings and byte arrays"
license="GPL-3.0-or-later"
makedepends="libtool ghostscript groff"
source="$pkgname-$pkgver.tar.gz::http://fstrcmp.sourceforge.net/$pkgname-$pkgver.D001.tar.gz"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
builddir="$srcdir/$pkgname-$pkgver.D001"

build() {
	./configure \
		--prefix=/usr
	make
}

check() {
	make test
}

package() {
	DESTDIR="$pkgdir" make install
}

sha512sums="aaeb0227afd5ada5955cbe6a565254ff88d2028d677d199c00e03b7cb5de1f2c69b18e6e8b032e452350a8eda7081807b01765adbeb8476eaf803d9de6e5509c  fstrcmp-0.7.tar.gz"
-- 
2.22.0

[PATCH 2/4] community/fstrcmp: move from testing

Bart Ribbers <bribbers@disroot.org>
Details
Message ID
<20190730224552.19614-2-bribbers@disroot.org>
In-Reply-To
<20190730224552.19614-1-bribbers@disroot.org> (view parent)
DKIM signature
missing
Download raw message
Patch: +0 -0
Required for Kodi in community
---
 {testing => community}/fstrcmp/APKBUILD | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename {testing => community}/fstrcmp/APKBUILD (100%)

diff --git a/testing/fstrcmp/APKBUILD b/community/fstrcmp/APKBUILD
similarity index 100%
rename from testing/fstrcmp/APKBUILD
rename to community/fstrcmp/APKBUILD
-- 
2.22.0
Reply to thread Export thread (mbox)