summaryrefslogtreecommitdiff
path: root/community/bashburn
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-07-25 14:36:24 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-07-25 14:36:24 +0000
commitc52a1a6eb4ad278a7b6d9eeeb9c7c88f73ca8d8c (patch)
tree6ea332ea2bc8d6dfbfeba417c0e0d40a4608daaa /community/bashburn
parent43983783a3e8bf61896eb93a2858a14bbaf3a53b (diff)
Mon Jul 25 14:36:20 UTC 2011
Diffstat (limited to 'community/bashburn')
-rw-r--r--community/bashburn/ChangeLog2
-rw-r--r--community/bashburn/PKGBUILD32
2 files changed, 0 insertions, 34 deletions
diff --git a/community/bashburn/ChangeLog b/community/bashburn/ChangeLog
deleted file mode 100644
index a3611d06e..000000000
--- a/community/bashburn/ChangeLog
+++ /dev/null
@@ -1,2 +0,0 @@
-2009-12-29 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * Update to major version 3.0.1
diff --git a/community/bashburn/PKGBUILD b/community/bashburn/PKGBUILD
deleted file mode 100644
index 5bed7de28..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')
-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
-}