mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-17 06:32:36 +01:00
main/giblib: modernize, remove static library
This commit is contained in:
parent
4986033b6f
commit
759d703bbc
@ -1,13 +1,12 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=giblib
|
||||
pkgver=1.2.4
|
||||
pkgrel=10
|
||||
pkgrel=11
|
||||
pkgdesc="Giblib is a library that feh uses as a wrapper to imlib2"
|
||||
url="http://linuxbrit.co.uk/giblib/"
|
||||
arch="all"
|
||||
license="MIT"
|
||||
subpackages="$pkgname-doc $pkgname-dev"
|
||||
depends=
|
||||
makedepends="imlib2-dev libxext-dev libx11-dev freetype-dev zlib-dev"
|
||||
source="https://dev.alpinelinux.org/archive/giblib/giblib-$pkgver.tar.gz"
|
||||
|
||||
@ -24,7 +23,8 @@ build() {
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user