summaryrefslogtreecommitdiff
path: root/community/bin2iso
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/bin2iso
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/bin2iso')
-rw-r--r--community/bin2iso/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community/bin2iso/PKGBUILD b/community/bin2iso/PKGBUILD
deleted file mode 100644
index cfd4f7098..000000000
--- a/community/bin2iso/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 67258 2012-03-05 22:50:06Z arodseth $
-# Maintainer: Jelle van der Waa <jelle@vdwaa.nl>
-# Contributor: Benjamin Andresen <benny@klapmuetz.org>
-# Contributor: Thomas Baechler <thomas.baechler@rwth-aachen.de>
-# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
-# Contributor: Alexander Rødseth <rodseth@gmail.com>
-
-pkgname=bin2iso
-pkgver=1.9b
-_dlver=${pkgver/./}
-pkgrel=3
-pkgdesc="Converts RAW format (.bin/.cue) files to ISO/WAV format"
-arch=('i686' 'x86_64')
-url="http://users.eastlink.ca/~doiron/bin2iso/"
-license=('GPL')
-depends=('glibc')
-source=("http://users.eastlink.ca/~doiron/$pkgname/linux/$pkgname${_dlver}_linux.c")
-sha256sums=('1e8a6ae79e91325acd50f3a0e506edf4d8cb57b72d1dcfd8b276a04aff82e43d')
-
-package() {
- cd "$srcdir"
-
- [ -z "$CC" ] && CC=gcc
- $CC $CFLAGS -Wall -o "$pkgname" "$pkgname${_dlver}_linux.c"
- install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et: