void-packages/srcpkgs/bleachbit/template

28 lines
766 B
Plaintext
Raw Normal View History

2013-06-14 16:09:57 +02:00
# Template file for 'bleachbit'
pkgname=bleachbit
version=0.9.5
revision=1
hostmakedepends="pygtk>=2 python>=2.6 desktop-file-utils gtk-update-icon-cache hicolor-icon-theme"
2013-06-14 17:41:20 +02:00
short_desc="Deletes unneeded files to free disk space and maintain privacy"
2013-06-14 16:09:57 +02:00
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
2013-06-14 17:57:42 +02:00
do_build() {
2013-06-14 16:09:57 +02:00
make
2013-06-14 17:57:42 +02:00
}
do_install() {
2013-06-14 16:09:57 +02:00
make prefix=/usr DESTDIR="$DESTDIR" install
}
bleachbit_package() {
noarch="yes"
depends="pygtk>=2 python>=2.6 desktop-file-utils gtk-update-icon-cache hicolor-icon-theme"
pkg_install() {
vmove all
}
}