From 73e1cc97462d7c2e950504e639c965ccb67895c8 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 28 Sep 2014 13:13:17 +1300 Subject: Added ebuild and PKGBUILD for Gentoo and Arch Linux respectively --- build/PKGBUILD | 23 +++++++++++++++++++++++ build/paramano-0.60.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 build/PKGBUILD create mode 100644 build/paramano-0.60.ebuild diff --git a/build/PKGBUILD b/build/PKGBUILD new file mode 100644 index 0000000..b5c4469 --- /dev/null +++ b/build/PKGBUILD @@ -0,0 +1,23 @@ +# Maintainer: David Phillips (aka phillid) + +pkgname=paramano +pkgver=0.60 +pkgrel=1 +pkgdesc="Docking battery monitor and CPU governer controller (fork of trayfreq)" +arch=('i686' 'x86_64' 'armv6h') +url=(https://github.com/phillid/${pkgname}) +license=('GPL') +depends=('gtk3' 'sudo') +makedepends=() +replaces="trayfreq-archlinux" +source=(http://phillid.tk/source/${pkgname}-${pkgver}-${pkgrel}.tar.gz) +sha1sums=('e5d91772a6848567fc9bf511168323331c8af2b1') +backup=('etc/paramano.conf') + +build() { + make --directory=${srcdir}/${pkgname}-stable +} + +package() { + make install DESTDIR=${pkgdir} --directory=${srcdir}/$pkgname-stable +} diff --git a/build/paramano-0.60.ebuild b/build/paramano-0.60.ebuild new file mode 100644 index 0000000..a99135a --- /dev/null +++ b/build/paramano-0.60.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" + +DESCRIPTION="Docking battery monitor and CPU governer controller (fork of trayfreq)" +HOMEPAGE="https://github.com/phillid/paramano" +SRC_URI="http://phillid.tk/source/${P}-1.tar.gz" + +LICENSE="GPL" +SLOT="0" + +inherit eutils + +KEYWORDS="~amd64 ~x86" + +RDEPEND="x11-libs/gtk+:3 + app-admin/sudo" + +DEPEND="${RDEPEND}" + +S=${WORKDIR}/${PN}-stable + + -- cgit v1.1