summaryrefslogtreecommitdiff
path: root/community/cdrtools
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-18 00:20:21 -0700
committerroot <root@rshg054.dnsready.net>2012-09-18 00:20:21 -0700
commit0eb0f7dcc1b8f07ad3f0eb5086eafba8f627967d (patch)
tree5e9211b5c62c88d15ad6652e0575105433af04dc /community/cdrtools
parentd1d75c37c446dfbe9cbae503300e17f2973dbf44 (diff)
Tue Sep 18 00:20:18 PDT 2012
Diffstat (limited to 'community/cdrtools')
-rw-r--r--community/cdrtools/PKGBUILD11
1 files changed, 9 insertions, 2 deletions
diff --git a/community/cdrtools/PKGBUILD b/community/cdrtools/PKGBUILD
index 140834e21..c6d20cea3 100644
--- a/community/cdrtools/PKGBUILD
+++ b/community/cdrtools/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 75213 2012-08-16 09:19:22Z stativ $
+# $Id: PKGBUILD 76416 2012-09-17 14:33:56Z stativ $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
pkgname=cdrtools
pkgver=3.01a08
-pkgrel=1
+pkgrel=2
pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
arch=('i686' 'x86_64')
url="http://cdrecord.berlios.de/private/cdrecord.html"
@@ -36,6 +36,13 @@ package() {
# autoload 'sg' module needed by cdrecord
install -d -m755 "$pkgdir"/usr/lib/modules-load.d/
echo sg > "$pkgdir"/usr/lib/modules-load.d/cdrecord.conf
+
+ # create symlinks for cdrkit compatibility
+ cd "$pkgdir"/usr/bin
+ ln -s cdrecord wodim
+ ln -s readcd readom
+ ln -s mkisofs genisoimage
+ ln -s cdda2wav icedax
}
# vim:set ts=2 sw=2 et: