Skip to content
Snippets Groups Projects
Verified Commit b1ff465d authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/fbset: new package

parent e5d24dc5
Branches emulators
No related tags found
No related merge requests found
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=fbset
pkgver=2.1
pkgrel=0
pkgdesc="Utility to manipulate the framebuffer"
url="http://users.telenet.be/geertu/Linux/fbdev/"
arch="all"
options="!check" # No test suite.
license="GPL-2.0-only"
depends=""
makedepends="bison flex"
subpackages="$pkgname-doc"
source="http://users.telenet.be/geertu/Linux/fbdev/fbset-$pkgver.tar.gz
types.patch
"
build() {
make -j1
}
package() {
install -m755 -Dt "$pkgdir"/usr/sbin fbset
install -m644 -Dt "$pkgdir"/usr/share/man/man5 fb.modes.5
install -m644 -Dt "$pkgdir"/usr/share/man/man8 fbset.8
}
sha512sums="7e0380760f77b0db7dcc128f6375a3ed8da4b8521d1926faba27812c5cb20e6f1a62f3a539591a81a6b7e7986940db4cd83e03d6de487e0ab7f0760ed1d21b28 fbset-2.1.tar.gz
5c4443f20b8342d2af6f1ddad9b2680c6e1a187f179645cb849eae921faf9c31a5d50fe59145357dff822fb6b0c0b717a590f7370dcdbc66cb283397960932b0 types.patch"
From: Gentoo
For: musl compatibility (__u32)
--- a/fbset.h 2018-04-05 18:17:18.292975594 +0000
+++ b/fbset.h 2018-04-05 18:22:20.448747231 +0000
@@ -17,6 +17,8 @@
#ifdef __GLIBC__
#include <asm/types.h>
+#else
+#include <linux/types.h>
#endif
#define VERSION "Linux Frame Buffer Device Configuration " \
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment