1 # Contributor : Dmitry Nosachev - quartz64 at gmail dot com
6 pkgdesc="Variant of the standard Unix command dd which copies files"
8 url="http://sg.danny.cz/sg/ddpt.html"
11 source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tgz)
12 md5sums=('a8398c76f82d7f91135e69a4c82fed0f')
15 cd ${srcdir}/${pkgname}-${pkgver}
16 ./configure --prefix=/usr
18 make DESTDIR=${pkgdir} install || return 1