temp/libdrm-grate: move from main (!571)

[ci skip] Package output does not change except for meta
information (licenses), so don't build or verify checksums
of the packages to prevent outdated source URL's breaking it.
This will have to be looked at later
This commit is contained in:
Bart Ribbers 2019-08-21 11:52:17 +02:00 committed by Martijn Braam
parent 670fa0377a
commit 168e640a85
No known key found for this signature in database
GPG key ID: C4280ACB000B060F
4 changed files with 1 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# Maintainer: Robert Yang <decatf@gmail.com>
# Forked from Alpine, so we can build it with Grate support
pkgname=libdrm-grate
pkgver=2.4.91
pkgrel=2
@ -25,7 +25,6 @@ _pkgname=libdrm
builddir="$srcdir/$_pkgname-$_commit"
build() {
cd "$builddir"
export VALGRIND_CFLAGS="$VALGRIND_CFLAGS -I/usr/include/valgrind/"
./autogen.sh \
--build=$CBUILD \
@ -47,12 +46,10 @@ build() {
}
check() {
cd "$builddir"
make check
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
cd "$pkgdir"/usr/lib