mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
x11/scrot: new aport
A simple command-line screenshot utility for X http://linuxbrit.co.uk/scrot/
This commit is contained in:
parent
d68c4a234f
commit
0618fb6202
21
x11/scrot/APKBUILD
Normal file
21
x11/scrot/APKBUILD
Normal file
@ -0,0 +1,21 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=scrot
|
||||
pkgver=0.8
|
||||
pkgrel=2
|
||||
pkgdesc="A simple command-line screenshot utility for X"
|
||||
url="http://linuxbrit.co.uk/scrot/"
|
||||
license="MIT"
|
||||
subpackages="$pkgname-doc"
|
||||
depends="giblib uclibc imlib2 libx11"
|
||||
makedepends="giblib-dev imlib2-dev libx11-dev"
|
||||
source="http://linuxbrit.co.uk/downloads/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
build ()
|
||||
{
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
./configure --prefix=/usr --mandir=/usr/share/man || return 1
|
||||
make || return 1
|
||||
make DESTDIR=$pkgdir docsdir=/usr/share/doc/scrot install || return 1
|
||||
install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
md5sums="ccae904d225609571bdd3b03445c1e88 scrot-0.8.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user