eef97ce49d
* Add postmarketos-ui-plasma-mobile * Add more required packages * Upgrade plasma sources * Modernize APKBUILDs * Make it run in general * Support RGB32 framebuffer with BGR order (thanks @zhuowei!)
23 lines
680 B
Text
23 lines
680 B
Text
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=libdmtx
|
|
pkgver=0.7.4
|
|
pkgrel=6
|
|
pkgdesc="A software for reading and writing Data Matrix 2D barcodes"
|
|
url="https://libdmtx.sourceforge.net/"
|
|
arch="all"
|
|
license="BSD-2"
|
|
source="https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2"
|
|
subpackages="$pkgname-dev $pkgname-libs $pkgname-doc"
|
|
|
|
build() {
|
|
./configure --prefix=/usr
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="13066ecefb3da3746c6f1e872ae7493bb3902fb891ef6d96f65a90ca444107662fcad4a7fae3463ab2f6503f0962d248a5dcd754a6eb0b5c624ae68100b9c056 libdmtx-0.7.4.tar.bz2"
|