summaryrefslogtreecommitdiff
path: root/community/ico2xpm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/ico2xpm
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/ico2xpm')
-rw-r--r--community/ico2xpm/ChangeLog2
-rw-r--r--community/ico2xpm/PKGBUILD24
2 files changed, 0 insertions, 26 deletions
diff --git a/community/ico2xpm/ChangeLog b/community/ico2xpm/ChangeLog
deleted file mode 100644
index 7fd5bbf99..000000000
--- a/community/ico2xpm/ChangeLog
+++ /dev/null
@@ -1,2 +0,0 @@
-2007-06-26 tardo <tardo@nagi-fanboi.net>
-* Built for x86_64
diff --git a/community/ico2xpm/PKGBUILD b/community/ico2xpm/PKGBUILD
deleted file mode 100644
index ac06c0ef4..000000000
--- a/community/ico2xpm/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 76155 2012-09-12 10:40:28Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org>
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
-
-pkgname=ico2xpm
-pkgver=1.3
-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/$pkgver/ico2xpm-${pkgver/./_}-src.tar.gz)
-md5sums=('fbae5631281cb6b48ca31f78bbbcba85')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-}