mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 19:36:48 +02:00
31 lines
745 B
Text
31 lines
745 B
Text
# Contributor: Angelo Verlain <hey@vixalien.com>
|
|
maintainer="Angelo Verlain <hey@vixalien.com>"
|
|
pkgname=oblibs
|
|
pkgver=0.3.2.1
|
|
pkgrel=0
|
|
pkgdesc="a small C library used by obarun.org projects."
|
|
url="https://git.obarun.org/Obarun/oblibs"
|
|
arch="all"
|
|
license="0BSD"
|
|
makedepends="
|
|
execline-dev
|
|
skalibs-dev
|
|
"
|
|
subpackages="$pkgname-dev"
|
|
source="$pkgname-$pkgver.tar.gz::https://git.obarun.org/Obarun/oblibs/-/archive/$pkgver/oblibs-$pkgver.tar.gz"
|
|
options="!check"
|
|
|
|
build() {
|
|
./configure \
|
|
--enable-static \
|
|
--prefix=/usr
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
f8d34658c662b9d2d50b126b59ffa3b9c1c4fd2e59e4a3dd456861e254dd4a355bf784f2edadacaa44d8fc638231781c7af84a78a22ab78936efc94cdb7fe82e oblibs-0.3.2.1.tar.gz
|
|
"
|