summaryrefslogtreecommitdiff
path: root/community/ccd2iso
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/ccd2iso
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/ccd2iso')
-rw-r--r--community/ccd2iso/ChangeLog3
-rw-r--r--community/ccd2iso/PKGBUILD28
2 files changed, 0 insertions, 31 deletions
diff --git a/community/ccd2iso/ChangeLog b/community/ccd2iso/ChangeLog
deleted file mode 100644
index 811f87d4f..000000000
--- a/community/ccd2iso/ChangeLog
+++ /dev/null
@@ -1,3 +0,0 @@
-2007-06-28 tardo <tardo@nagi-fanboi.net>
-* Built for x86_64
-
diff --git a/community/ccd2iso/PKGBUILD b/community/ccd2iso/PKGBUILD
deleted file mode 100644
index c3a56f762..000000000
--- a/community/ccd2iso/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 64917 2012-02-18 20:36:05Z jelle $
-# Contributor: Giovanni Scafora <giovanni@archlinux.org>
-# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
-
-pkgname=ccd2iso
-pkgver=0.3
-pkgrel=7
-pkgdesc="Converts CCD/IMG CloneCD images to ISO format"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/ccd2iso"
-license=('GPL')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a7df1c46cb710f2fc8ebd88c2e64ce65')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- make DESTDIR=${pkgdir} install
-}