1 # Contributor: Roman G <chesercat@gmail.com>
2 # Contributor: Thomas Dahms <thdahms@gmx.de>
7 pkgdesc='Renrot renames files according the DateTimeOriginal and FileModifyDate EXIF tags, if they exist. Additionally, it rotates files and their thumbnails, accordingly Orientation EXIF tag'
8 url="http://puszcza.gnu.org.ua/projects/renrot/"
9 depends=('perl' 'perl-exiftool')
10 arch=('i686' 'x86_64')
11 license=('Artistic License 2.0')
13 source=(http://git.gnu.org.ua/cgit/renrot.git/snapshot/RENROT_1_1_0.tar.bz2)
14 md5sums=('79be12458906ef824be2505a47b99014')
17 cd $startdir/src/RENROT_1_1_0
18 perl Makefile.PL PREFIX=/usr || return 1
20 make install PREFIX=/usr DESTDIR=$startdir/pkg || return 1