diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/stalonetray | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/stalonetray')
-rw-r--r-- | community/stalonetray/PKGBUILD | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/community/stalonetray/PKGBUILD b/community/stalonetray/PKGBUILD deleted file mode 100644 index d369763c1..000000000 --- a/community/stalonetray/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# $Id: PKGBUILD 65465 2012-02-21 05:56:31Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> - -pkgname=stalonetray -pkgver=0.8.1 -pkgrel=2 -pkgdesc="STAnd-aLONE sysTRAY. It has minimal build and run-time dependencies: the Xlib only." -arch=('i686' 'x86_64') -url="http://stalonetray.sourceforge.net" -license=('GPL') -depends=('libx11' 'libxpm') -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('3bf4c7e5e3c077f26242b37a8e008774') - -build() { - cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr - make - make DESTDIR=$pkgdir install - install -D -m644 stalonetrayrc.sample $pkgdir/etc/stalonetrayrc -} |