From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/ico2xpm/ChangeLog | 2 ++ community/ico2xpm/PKGBUILD | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 community/ico2xpm/ChangeLog create mode 100644 community/ico2xpm/PKGBUILD (limited to 'community/ico2xpm') diff --git a/community/ico2xpm/ChangeLog b/community/ico2xpm/ChangeLog new file mode 100644 index 000000000..7fd5bbf99 --- /dev/null +++ b/community/ico2xpm/ChangeLog @@ -0,0 +1,2 @@ +2007-06-26 tardo +* Built for x86_64 diff --git a/community/ico2xpm/PKGBUILD b/community/ico2xpm/PKGBUILD new file mode 100644 index 000000000..5d1ef58da --- /dev/null +++ b/community/ico2xpm/PKGBUILD @@ -0,0 +1,22 @@ +# Contributor: dibblethewrecker +# Maintainer: Daniel J Griffiths + +pkgname=ico2xpm +pkgver=1.2 +pkgrel=1 +pkgdesc="A utility which converts Windows icons into X pixmaps" +arch=('i686' 'x86_64') +url="http://ico2xpm.sourceforge.net/" +license=('GPL') +source=(http://downloads.sourceforge.net/ico2xpm/1.2/ico2xpm-1_2-src.tar.gz) +md5sums=('b3dbe027e2420ee33e57d67140f40896') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + make || return 1 +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname} +} -- cgit v1.2.3-54-g00ecf