mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
New package: grabc-1.1
This commit is contained in:
parent
0b7033b9e7
commit
c08127a24a
1 changed files with 20 additions and 0 deletions
20
srcpkgs/grabc/template
Normal file
20
srcpkgs/grabc/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'grabc'
|
||||||
|
pkgname=grabc
|
||||||
|
version=1.1
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname}${version}"
|
||||||
|
build_style=gnu-makefile
|
||||||
|
makedepends="libX11-devel"
|
||||||
|
short_desc="Identify color of a pixel on the screen"
|
||||||
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://www.muquit.com/muquit/software/grabc/grabc.html"
|
||||||
|
distfiles="http://www.muquit.com/muquit/software/grabc/grabc${version}.tar.gz"
|
||||||
|
checksum=f0492a8ea33b46a16bdb94644420f54724e31c4436e4cd77937a30b2de3bb00e
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
sed -i -e 's|$(LIBS)|$(LDFLAGS) -lX11|' Makefile
|
||||||
|
}
|
||||||
|
do_install() {
|
||||||
|
vbin grabc
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue