1 # Maintainer: TDY <tdy@gmx.com>
6 pkgdesc="A lightweight EWMH taskbar, originally designed for echinus"
8 url="http://www.rootshell.be/~polachok/code/"
11 makedepends=('pkgconfig')
12 conflicts=('ourico-hg')
13 install=ourico.install
14 source=(http://plhk.ru/static/$pkgname/$pkgname-$pkgver.tar.gz)
15 md5sums=('6b8af8bf5afc7b9b9f13500c25b19db4')
18 cd "$srcdir/$pkgname-$pkgver"
19 sed -i 's/\(CFLAGS \)= -Os/\1+= -g/; s/\(LDFLAGS \)= -s/\1+= -g/' config.mk
20 sed -i 's#usr/local/share/examples#etc/xdg#' $pkgname.1
25 cd "$srcdir/$pkgname-$pkgver"
26 install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
27 install -Dm644 ouricorc "$pkgdir/etc/xdg/$pkgname/ouricorc"
28 install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
29 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"