1 # Contributor: Andreas B. Wagner <AndreasBWagner@gmail.com>
2 # Contributor: N30N <archlinux@alunamation.com>
7 pkgdesc="A simple read wrapper."
8 url="http://deepcube.net/code/srw/"
10 arch=("i686" "x86_64")
13 source=("http://deepcube.net/download/${pkgname}-${pkgver}.tar.gz")
14 md5sums=("6abe525794e7d849eadf638f3cda5bd9")
17 cd "${pkgname}-${pkgver}"
22 cd "${pkgname}-${pkgver}"
23 make PREFIX="/usr" DESTDIR="${pkgdir}" install
24 install -D -m644 LICENSE \
25 "${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
28 # vim:set ts=2 sw=2 et: