A Crux port for Mirage

So long as I’m at it, a near-identical port for Mirage is just as easy as the one for ObMenu.

# Description: A simple GTK+ image viewer
# URL: http://mirageiv.berlios.de
# Maintainer:  
# Packager: 
# Depends on: pygtk

name=mirage
version=0.9.2
release=1
source=(http://download.berlios.de/mirageiv/$name-$version.tar.gz)

build() {
        cd $name-$version
        /usr/bin/python setup.py install --root=../../pkg/
}

I’m fairly certain this too only relies on pygtk, since everything else should be dragged in with that. If you spot an error anywhere, let me know. In the mean time, I’ll be trying to find a couple more ports that I’d like to have on hand, for the software I prefer.

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