16 lines
457 B
Plaintext
16 lines
457 B
Plaintext
|
# Template file for 'iat'
|
||
|
pkgname=iat
|
||
|
version=0.1.7
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
short_desc="A tool for detecting the structure of many types of CD/DVD image"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
license="GPL-3"
|
||
|
homepage="http://www.gnu.org/software/sed"
|
||
|
distfiles="http://download.berlios.de/iat/iat-${version}.tar.gz"
|
||
|
checksum=b25d57fde28a02b2d87cd49fd1478b039adbd836351879a654fea14c27764b21
|
||
|
|
||
|
post_install() {
|
||
|
rm -rf ${DESTDIR}/usr/include
|
||
|
}
|