2013-06-14 15:36:51 +02:00
|
|
|
# Template file for 'profile-cleaner'
|
|
|
|
pkgname=profile-cleaner
|
|
|
|
version=2.22
|
|
|
|
revision=1
|
|
|
|
short_desc="Reduces profile size by cleaning their sqlite databases"
|
2013-06-14 17:41:20 +02:00
|
|
|
makedepends="sqlite bc parallel findutils"
|
2013-06-14 15:36:51 +02:00
|
|
|
maintainer="graysky <graysky AT archlinux DOT us>"
|
|
|
|
license="MIT"
|
|
|
|
homepage="https://github.com/graysky2/profile-cleaner"
|
|
|
|
distfiles="http://repo-ck.com/source/$pkgname/$pkgname-$version.tar.xz"
|
|
|
|
checksum=5802dbd1ef2aeddad1660452275e7c5663acd4acaa8289cf6ad8ea54098360d0
|
|
|
|
|
2013-06-14 18:05:06 +02:00
|
|
|
do_build() {
|
2013-06-14 17:57:42 +02:00
|
|
|
make
|
|
|
|
}
|
|
|
|
|
2013-06-14 15:36:51 +02:00
|
|
|
do_install() {
|
|
|
|
make DESTDIR="$DESTDIR" install
|
|
|
|
install -Dm644 LICENSE "$DESTDIR/usr/share/licenses/$pkgname/LICENSE"
|
|
|
|
}
|
|
|
|
|
|
|
|
profile-cleaner_package() {
|
|
|
|
noarch="yes"
|
|
|
|
depends="sqlite bc parallel findutils"
|
|
|
|
pkg_install() {
|
|
|
|
vmove all
|
|
|
|
}
|
|
|
|
}
|