[arch-commits] Commit in (maim maim/repos maim/trunk maim/trunk/PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Oct 20 07:08:09 UTC 2014


    Date: Monday, October 20, 2014 @ 09:08:09
  Author: bpiotrowski
Revision: 121015

newpkg: maim 2.3.17-1

Added:
  maim/
  maim/repos/
  maim/trunk/
  maim/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Added: maim/trunk/PKGBUILD
===================================================================
--- maim/trunk/PKGBUILD	                        (rev 0)
+++ maim/trunk/PKGBUILD	2014-10-20 07:08:09 UTC (rev 121015)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: naelstrof <naelstrof at gmail.com>
+
+pkgname=maim
+pkgver=2.3.17
+pkgrel=1
+pkgdesc='Utility to take a screenshot using imlib2'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/maim'
+license=('GPL3')
+depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
+optdepends=('slop: region selection support')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('68fdb269e4c3729ffbd56663b56b974c')
+
+build() {
+    make -C $pkgname-$pkgver
+}
+
+package() {
+    make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list