From 3cc81b8a4cc8f628f67e6a76f6b92ad8cad9dea0 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 28 Jan 2011 20:46:03 +0000 Subject: main/xfce4-cpufreq-plugin: upgrade to 1.0.0 --- main/xfce4-cpufreq-plugin/APKBUILD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'main/xfce4-cpufreq-plugin/APKBUILD') diff --git a/main/xfce4-cpufreq-plugin/APKBUILD b/main/xfce4-cpufreq-plugin/APKBUILD index 8df9ebfb9..2e6800a39 100644 --- a/main/xfce4-cpufreq-plugin/APKBUILD +++ b/main/xfce4-cpufreq-plugin/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=xfce4-cpufreq-plugin -pkgver=0.0.1 -pkgrel=2 +pkgver=1.0.0 +pkgrel=0 pkgdesc="CPU frequency plugin for the Xfce4 panel" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin" arch="all" @@ -9,10 +9,12 @@ license="GPL2" depends= makedepends="xfce4-panel-dev libxfcegui4-dev" install= -source="http://goodies.xfce.org/releases/$pkgname/$pkgname-$pkgver.tar.gz" +source="http://archive.xfce.org/src/panel-plugins/xfce4-cpufreq-plugin/${pkgver%.*}/xfce4-cpufreq-plugin-${pkgver}.tar.bz2" + +_builddir="$srcdir"/$pkgname-$pkgver build() { - cd "$srcdir"/xfce4-cpu-freq-plugin-$pkgver + cd "$_builddir" ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/xfce4 \ @@ -22,7 +24,7 @@ build() { } package() { - cd "$srcdir"/xfce4-cpu-freq-plugin-$pkgver + cd "$_builddir" make DESTDIR="$pkgdir" install } -md5sums="7ad41541d8065aab941de7d62857aa8b xfce4-cpufreq-plugin-0.0.1.tar.gz" +md5sums="24cae9b8583cae82b715b4f72aa8e341 xfce4-cpufreq-plugin-1.0.0.tar.bz2" -- cgit v1.2.3