diff --git a/srcpkgs/di/template b/srcpkgs/di/template index e62bd3644d1..661fb74e19b 100644 --- a/srcpkgs/di/template +++ b/srcpkgs/di/template @@ -1,16 +1,18 @@ # Template file for 'di' pkgname=di -version=4.54.0.1 +version=5.0.5 revision=1 -build_style=gnu-makefile -short_desc="A disk information utility" +build_style=cmake +short_desc="Disk information utility" maintainer="Leah Neukirchen " license="Zlib" homepage="https://diskinfo-di.sourceforge.io/" distfiles="${SOURCEFORGE_SITE}/diskinfo-di/di-${version}.tar.gz" -checksum=b401e647ecc3c8a697651bd29ad1cc6ae319f69a248b4dc4d3af0742f64b4ffb -make_install_args="INSTALL_DIR=\${DESTDIR}/usr" +checksum=47522146deab224f94df02e67c5256295795690cf70f6a71d361f3efc497a175 post_install() { - vlicense LICENSE + vlicense LICENSE.txt + + rm -rf ${DESTDIR}/usr/include ${DESTDIR}/usr/lib/pkgconfig \ + ${DESTDIR}/usr/lib/*.so ${DESTDIR}/usr/share/man/man3 }