mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
21 lines
801 B
Bash
21 lines
801 B
Bash
# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
|
|
# Maintainer: Eric Belanger <belanger@astro.umontreal.ca>
|
|
|
|
pkgname=adesklet-yab
|
|
pkgver=0.0.2
|
|
pkgrel=5
|
|
pkgdesc="yab (Yet Another Bar) is a very plain launch bar, yet reasonably polished, highly configurable and resources limit aware"
|
|
arch=('i686' 'x86_64')
|
|
url="http://adesklets.sourceforge.net/desklets.html"
|
|
license=("GPL")
|
|
depends=('adesklets')
|
|
groups=('adesklet-desklets')
|
|
source=(http://downloads.sourceforge.net/sourceforge/adesklets/yab-$pkgver.tar.bz2)
|
|
md5sums=('583081d25ba6f7d1eff64e3084258f3a')
|
|
|
|
build() {
|
|
mkdir -p $startdir/pkg/usr/share/adesklets/yab
|
|
cp -a $startdir/src/yab-$pkgver/* $startdir/pkg/usr/share/adesklets/yab/
|
|
chown root:adesklets $startdir/pkg/usr/share/adesklets/yab
|
|
chmod 775 $startdir/pkg/usr/share/adesklets/yab
|
|
}
|