summaryrefslogtreecommitdiff
path: root/community/bashburn/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-25 11:34:48 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-25 11:34:48 -0300
commitf8f8c2edc0a58f29e716f32453ee296980faef03 (patch)
tree36550328b2ffc701ee93ee0d3f19f11d972e850e /community/bashburn/PKGBUILD
parent8b3071c77c79bbf0f373ca9b8ce0795c55d03669 (diff)
parentc52a1a6eb4ad278a7b6d9eeeb9c7c88f73ca8d8c (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/angband/PKGBUILD community/bashburn/PKGBUILD community/qgis/PKGBUILD core/libldap/PKGBUILD core/tcp_wrappers/PKGBUILD extra/openldap/PKGBUILD extra/speedtouch/PKGBUILD libre/kernel26-libre/PKGBUILD
Diffstat (limited to 'community/bashburn/PKGBUILD')
-rw-r--r--community/bashburn/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community/bashburn/PKGBUILD b/community/bashburn/PKGBUILD
deleted file mode 100644
index 7e41649e2..000000000
--- a/community/bashburn/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 7017 2009-12-29 20:22:18Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Andreas Wagner <A.Wagner@stud.uni-frankfurt.de>
-
-pkgname=bashburn
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="A cd burning shell script"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://bashburn.dose.se/"
-license=('GPL2')
-depends=('bash' 'cdrdao' 'cdrkit' 'eject')
-optdepends=('dvd+rw-tools: support for burning DVDs')
-source=(BashBurn-${pkgver}.tar.gz::"http://bashburn.dose.se/index.php?s=file_download&id=18")
-md5sums=('debac9fe5ae2b116b01e0ff774870a7f')
-
-build() {
- cd ${srcdir}/${pkgver}
-
-# let it install in the correct location
- sed -i 's|bblib=${lib}/lib|bblib=${lib}|' Install.sh || return 1
-
-# install
- ./Install.sh --prefix=${pkgdir}/usr || return 1
-
-# fix executable
- sed -i 's|'$pkgdir'||' ${pkgdir}/usr/bin/bashburn || return 1
-
-# remove useless docs (changelog and such)
- rm -rf ${pkgdir}/usr/lib/Bashburn/docs || return 1
-}