20 lines
626 B
Bash
20 lines
626 B
Bash
# Template file for 'gsmartcontrol'
|
|
pkgname=gsmartcontrol
|
|
version=1.1.3
|
|
revision=4
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="gtkmm-devel pcre-devel desktop-file-utils"
|
|
depends="smartmontools hicolor-icon-theme"
|
|
short_desc="GUI to smartmontools"
|
|
maintainer="yopito <pierre.bourgin@free.fr>"
|
|
license="GPL-3"
|
|
homepage="http://gsmartcontrol.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
checksum=b64f62cffa4430a90b6d06cd52ebadd5bcf39d548df581e67dfb275a673b12a9
|
|
|
|
post_install() {
|
|
# license files uneeded
|
|
rm -f ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE_*
|
|
}
|