vp-build/srcpkgs/iat/template

18 lines
592 B
Bash

# Template file for 'iat'
pkgname=iat
version=0.1.7
revision=4
build_style=gnu-configure
short_desc="Tool for detecting the structure of many types of CD/DVD image"
maintainer="Orphaned <orphan@voidlinux.org>"
license="custom:GPL-2.0-or-later-with-BSD-attribution-requirement"
homepage="http://sourceforge.net/projects/iat.berlios/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}.berlios/${pkgname}-${version}.tar.gz"
checksum=b25d57fde28a02b2d87cd49fd1478b039adbd836351879a654fea14c27764b21
post_install() {
sed '2,34p;d' src/main.c > LICENSE
vlicense LICENSE
rm -rf ${DESTDIR}/usr/include
}