1 # Maintainer: lolilolicon <(loli){2}con@gmail\.com>
6 pkgdesc="Msort sorts files in sophisticated ways: number systems, regex, separators, keys, sorting algorithms. It understands UTF8-Unicode and locales."
8 url="http://billposer.org/Software/msort.html"
10 depends=('tre' 'utf8proc' 'libuninum')
11 optdepends=('iwidgets: For the msort GUI')
12 source=(http://billposer.org/Software/Downloads/$pkgname-$pkgver.tar.gz)
13 md5sums=('a6468fbb8503bb52331994f96eb7b54c')
16 cd "$srcdir/$pkgname-$pkgver"
18 # --disable-utf8proc to use libicu instead (fails for me).
19 ./configure --prefix=/usr --mandir=/usr/share/man
24 cd "$srcdir/$pkgname-$pkgver"
26 make DESTDIR="$pkgdir" install-strip
28 # rename msg (the gui script), what a bad name :D
29 mv "$pkgdir"/usr/bin/msg{,.tcl}
31 install -Dm644 {,"$pkgdir/usr/share/licenses/$pkgname/"}COPYING