17 lines
560 B
Bash
17 lines
560 B
Bash
# Template file for 'udftools'
|
|
pkgname=udftools
|
|
version=2.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="ncurses-devel readline-devel"
|
|
short_desc="Linux tools for UDF filesystems and DVD/CD-R(W) drives"
|
|
maintainer="Pierre Allegraud <lyzech@yahoo.fr>"
|
|
license="GPL-2"
|
|
homepage="https://github.com/pali/udftools/"
|
|
distfiles="https://github.com/pali/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=67fe428d452901215cfad8049d250540c97114b1a20dd63277b91c2c4fae8292
|
|
|
|
post_install() {
|
|
mv "$PKGDESTDIR"/lib "$PKGDESTDIR"/usr/lib
|
|
}
|