diff options
Diffstat (limited to 'community/ccd2iso/PKGBUILD')
-rw-r--r-- | community/ccd2iso/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
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 -} |