commit
4427431086
3 changed files with 74 additions and 0 deletions
27
srcpkgs/bleachbit/template
Normal file
27
srcpkgs/bleachbit/template
Normal file
|
@ -0,0 +1,27 @@
|
|||
# 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"
|
||||
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
|
||||
|
||||
do_build() {
|
||||
make
|
||||
}
|
||||
|
||||
do_install() {
|
||||
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
|
||||
}
|
||||
}
|
19
srcpkgs/parallel/template
Normal file
19
srcpkgs/parallel/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'parallel'
|
||||
pkgname=parallel
|
||||
version=20130522
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="perl"
|
||||
depends="perl"
|
||||
short_desc="A shell tool for executing jobs in parallel"
|
||||
maintainer="graysky <graysky AT archlinux DOT us>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.gnu.org/software/parallel"
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=e9ea6fa2644e8504a85a518edb246783f2ccace58f21d101712b28bf781d7d2b
|
||||
|
||||
parallel_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
28
srcpkgs/profile-cleaner/template
Normal file
28
srcpkgs/profile-cleaner/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'profile-cleaner'
|
||||
pkgname=profile-cleaner
|
||||
version=2.22
|
||||
revision=1
|
||||
short_desc="Reduces profile size by cleaning their sqlite databases"
|
||||
makedepends="sqlite bc parallel findutils"
|
||||
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
|
||||
|
||||
do_build() {
|
||||
make
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue