diff --git a/srcpkgs/iat/template b/srcpkgs/iat/template new file mode 100644 index 00000000000..8c9b79a7e81 --- /dev/null +++ b/srcpkgs/iat/template @@ -0,0 +1,15 @@ +# 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 " +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 +}