diff --git a/main/libdrm-grate/APKBUILD b/temp/libdrm-grate/APKBUILD similarity index 96% rename from main/libdrm-grate/APKBUILD rename to temp/libdrm-grate/APKBUILD index 3386bed7c..c6b8af41a 100644 --- a/main/libdrm-grate/APKBUILD +++ b/temp/libdrm-grate/APKBUILD @@ -1,4 +1,4 @@ -# Maintainer: Robert Yang +# 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 diff --git a/main/libdrm-grate/ioctl.patch b/temp/libdrm-grate/ioctl.patch similarity index 100% rename from main/libdrm-grate/ioctl.patch rename to temp/libdrm-grate/ioctl.patch diff --git a/main/libdrm-grate/libdrm-grate.post-install b/temp/libdrm-grate/libdrm-grate.post-install similarity index 100% rename from main/libdrm-grate/libdrm-grate.post-install rename to temp/libdrm-grate/libdrm-grate.post-install diff --git a/main/libdrm-grate/libdrm-grate.pre-deinstall b/temp/libdrm-grate/libdrm-grate.pre-deinstall similarity index 100% rename from main/libdrm-grate/libdrm-grate.pre-deinstall rename to temp/libdrm-grate/libdrm-grate.pre-deinstall