From 62b922d26744ffb3d2f5ce6b817b3cdeb05a6e69 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 6 Oct 2023 15:19:52 -0400 Subject: [PATCH] a10disp: remove unmaintained for a long time, part of the sun7i support family --- srcpkgs/a10disp/template | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 srcpkgs/a10disp/template diff --git a/srcpkgs/a10disp/template b/srcpkgs/a10disp/template deleted file mode 100644 index 7c0ca8fec0e..00000000000 --- a/srcpkgs/a10disp/template +++ /dev/null @@ -1,27 +0,0 @@ -# Template file for 'a10disp' -pkgname=a10disp -reverts=20150416_1 -version=20140314 -revision=2 -_commit=7525cff0366c6feb0142873705687b368b26bedb -archs="armv7l" -makedepends="fbset sun7i-kernel-headers" -depends="fbset" -short_desc="Utility to change the display mode of Allwinner A10/13/20 devices" -maintainer="Orphaned " -license="MIT" -homepage="https://github.com/hglm/a10disp" -distfiles="$homepage/archive/$_commit.tar.gz" -checksum=96f30ee6466c904361e917e06123ed6dbe344db39c865d4b3184012bea15bcc1 - -do_build() { - cp ${XBPS_CROSS_BASE}/usr/src/sun7i-kernel*/include/video/sunxi_disp_ioctl.h . - $CC $CFLAGS $LDFLAGS -Wall a10disp.c -o a10disp -} - -do_install() { - vbin a10disp - vdoc README - sed -e '4,22 !d' a10disp.c > ${wrksrc}/LICENSE - vlicense LICENSE -}