mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-10 23:07:05 +02:00
main/libxshmfence: rebuild to fix BAD signature errors
This commit is contained in:
parent
cf1b430662
commit
a93e8545bf
@ -2,20 +2,17 @@
|
||||
# Maintainer:
|
||||
pkgname=libxshmfence
|
||||
pkgver=1.3
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="X11 shared memory fences"
|
||||
url="https://www.x.org/"
|
||||
arch="all"
|
||||
license="MIT"
|
||||
depends=""
|
||||
depends_dev="linux-headers"
|
||||
makedepends="$depends_dev util-macros xorgproto"
|
||||
install=""
|
||||
subpackages="$pkgname-dev"
|
||||
source="https://www.x.org/releases/individual/lib/libxshmfence-$pkgver.tar.bz2"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
@ -26,12 +23,10 @@ build() {
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user