[arch-commits] Commit in (4 files)

Christian Hesse eworm at archlinux.org
Wed Nov 25 10:03:57 UTC 2015


    Date: Wednesday, November 25, 2015 @ 11:03:57
  Author: eworm
Revision: 147764

initial import: xcur2png 0.7.1-4

Added:
  xcur2png/
  xcur2png/repos/
  xcur2png/trunk/
  xcur2png/trunk/PKGBUILD

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

Added: xcur2png/trunk/PKGBUILD
===================================================================
--- xcur2png/trunk/PKGBUILD	                        (rev 0)
+++ xcur2png/trunk/PKGBUILD	2015-11-25 10:03:57 UTC (rev 147764)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Jarred Leonardo <jarredleonardo at googlemail dot com>
+
+pkgname=xcur2png
+pkgver=0.7.1
+pkgrel=4
+pkgdesc='Convert X cursors to PNG images'
+arch=('i686' 'x86_64')
+url="http://cli-apps.org/content/show.php/xcur2png?content=86010"
+license=('GPL')
+depends=('libpng' 'libxcursor')
+source=("${pkgname}-${pkgver}.tar.gz::http://cli-apps.org/CONTENT/content-files/86010-${pkgname}-${pkgver}.tar.gz")
+sha256sums=('bc6a062fdb48615a7159ed56ef3d2011168cd8a9decaf1d8a4e316d3064132c9')
+
+build() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+	make DESTDIR=${pkgdir} install
+}
+


Property changes on: xcur2png/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list