1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
6 pkgdesc="A filter to translate MTF/BKF backup streams to the TAR archives used by the rest of the world."
8 url="http://gpl.internetconnection.net/"
10 source=("${url}files/$pkgname.tar.gz")
11 md5sums=('e73af8a7f3d0fc6ac79be8cc44c375c0')
23 install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
26 install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
29 # vim:set ts=2 sw=2 et: