mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-10 19:22:10 +01:00
36 lines
776 B
Plaintext
36 lines
776 B
Plaintext
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=libdmtx
|
|
pkgver=0.7.7
|
|
pkgrel=1
|
|
pkgdesc="A software for reading and writing Data Matrix 2D barcodes"
|
|
url="https://github.com/dmtx"
|
|
arch="all"
|
|
license="BSD-2-Clause"
|
|
makedepends="
|
|
autoconf
|
|
automake
|
|
libtool
|
|
"
|
|
source="https://github.com/dmtx/libdmtx/archive/v$pkgver/libdmtx-$pkgver.tar.gz"
|
|
subpackages="$pkgname-static $pkgname-dev $pkgname-libs $pkgname-doc"
|
|
|
|
prepare() {
|
|
default_prepare
|
|
|
|
./autogen.sh
|
|
}
|
|
|
|
build() {
|
|
./configure --prefix=/usr
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
802a697669afeb74da0cc3736fe7301fcc1653c1e3bebc343a8baf76e52226cc5509231519343267a92e22ebdfcc5b2825380339991340f054f0a6685d2ffcdc libdmtx-0.7.7.tar.gz
|
|
"
|