22 lines
749 B
Text
22 lines
749 B
Text
# Template file for 'bleachbit'
|
|
pkgname=bleachbit
|
|
version=0.9.5
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
make_install_args="prefix=/usr"
|
|
hostmakedepends="pygtk>=2 desktop-file-utils gtk-update-icon-cache hicolor-icon-theme"
|
|
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=dd8ecded6f078efb0e421c4d43a0481411e28ef6dac6d25653cd8e3cddf196f7
|
|
|
|
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
|
|
}
|
|
}
|