Crux port for Recorder

In between everything else I came up with a Crux port for Recorder, the wonderful little CD and DVD burning program that some fellow Archers have been fawning over these days. And with good reason: It’s fast, it’s light and it doesn’t require a mess of garbage just to burn a CD. It’s perfect.

Here’s a port against the 1.2.7 version, so you can build it in Crux.

# Description: A simple GTK+ disc burner.
# URL: http://code.google.com/p/recorder
# Maintainer: Alex Ciurana
# Depends on: pygtk, cdrkit, dvd+rw-tools

name=recorder
version=1.2.7
release=1
source=(http://recorder.googlecode.com/files/$name-$version.tar.bz2)

build () {
	cd $name-$version
	make DESTDIR=$PKG PREFIX=/usr install
}

I molded that from the Arch PKGBUILD in AUR, so it might not be picture-perfect. I’ll update it if it doesn’t quite work right. (In case you hadn’t noticed, I don’t bother actually “maintaining” a Crux repository. I just copy them back out of the blog and change the version number, if it’s needed. You can do the same.)

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s