void-packages/srcpkgs/bleachbit/template
2013-12-03 02:15:43 +01:00

24 lines
764 B
Plaintext

# Template file for 'bleachbit'
pkgname=bleachbit
version=1.0
revision=1
build_style=gnu-makefile
make_install_args="prefix=/usr"
hostmakedepends="desktop-file-utils gtk-update-icon-cache hicolor-icon-theme"
makedepends="pygtk-devel"
short_desc="Deletes unneeded files to free disk space and maintain privacy"
maintainer="graysky <graysky AT archlinux DOT us>"
license="GPL3"
homepage="http://bleachbit.sourceforge.net"
distfiles="http://downloads.sourceforge.net/$pkgname/$pkgname-$version.tar.bz2"
checksum=1b18c7ae2eadbe6c799159f2cc04f5b99dfbb8d3b87af61fa7ac192a8ce38162
bleachbit_package() {
noarch="yes"
depends="pygtk>=2 desktop-file-utils gtk-update-icon-cache hicolor-icon-theme"
pycompile_dirs="/usr/share/bleachbit"
pkg_install() {
vmove all
}
}