Added scrot-0.8 build template.
This commit is contained in:
parent
e35f372523
commit
585b09b9d5
1 changed files with 23 additions and 0 deletions
23
srcpkgs/scrot/template
Normal file
23
srcpkgs/scrot/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'scrot'
|
||||||
|
pkgname=scrot
|
||||||
|
version=0.8
|
||||||
|
distfiles="http://linuxbrit.co.uk/downloads/$pkgname-$version.tar.gz"
|
||||||
|
build_style=gnu_configure
|
||||||
|
make_install_args="docsdir=/usr/share/doc/scrot"
|
||||||
|
short_desc="A simple command-line screenshot utility for X"
|
||||||
|
maintainer="Mike Rosset <mike.rosset@gmail.com>"
|
||||||
|
homepage="http://scrot.sourcearchive.com/"
|
||||||
|
license="MIT"
|
||||||
|
checksum=613d1cf524c2b62ce3c65f1232ea4f05c7daf248d5e82ff2a6892c98093994f2
|
||||||
|
long_desc="
|
||||||
|
scrot is a commandline screen capture util like "import",
|
||||||
|
but using imlib2."
|
||||||
|
|
||||||
|
Add_dependency run libX11
|
||||||
|
Add_dependency run giblib
|
||||||
|
Add_dependency run imlib2
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency build libX11-devel
|
||||||
|
Add_dependency build giblib-devel
|
||||||
|
Add_dependency build imlib2-devel
|
||||||
|
Add_dependency build glibc-devel
|
Loading…
Reference in a new issue