A Crux port for GPRename

This is one of those applications I use very rarely, but it’s an incredible timesaver when I need it most. Batch photo renaming, search and replace in filenames, etc. Here’s a Crux port, grafted from the AUR version. Thanks again, gang.

# Description: 	A complete batch renamer for files and directories, coded for Linux in GTK2-Perl. 
# URL: 		http://gprename.sourceforge.net/
# Depends on:	perl p5-gtk2 p5-glib p5-libintl p5-locale-gettext

name=gprename
version=2.5
release=1
source="http://downloads.sourceforge.net/$name/$name-$version.tar.bz2"

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

And there it is. Note that it relies on p5-libintl, which technically isn’t in the Crux repositories, but is in the Crux port search.

Now if I could only get a version of Zim working. … 🙄

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