View difference between Paste ID: xFAGPP35 and
SHOW: | | - or go back to the newest paste.
1-
1+
pkgname=ido
2
pkgver=0.2.2
3
pkgrel=1
4
pkgdesc="Widgets and other objects used for indicators"
5
arch=('i686' 'x86_64')
6
url="https://launchpad.net/ido"
7
license=('LGPL')
8
depends=('gtk2-appmenu>=2.19.7')
9
options=('!libtool')
10
source=(http://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)
11
md5sums=('e1b661f617bfdb7add29f4f85c175706')
12
13
build() {
14
  cd "$srcdir/$pkgname-$pkgver"
15
16
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
17
              --disable-static
18
  make $MAKEFLAGS
19
}
20
21
package() {
22
  cd "$srcdir/$pkgname-$pkgver"
23
24
  make DESTDIR="$pkgdir/" $MAKEFLAGS install
25
}