updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / pidgin-autoresize / PKGBUILD
blobea28d42df4974469d5d6bc3a9c73a43c18604185
1 # Contributor: Marq Schneider <queueRAM@gmail.com>
3 pkgname=pidgin-autoresize
4 pkgver=0.6
5 pkgrel=1
6 pkgdesc="plugin to automatically resize the height of the buddy list"
7 arch=('i686' 'x86_64')
8 url="http://raoulito.info/plugins/pidgin_autoresize/"
9 license=('GPL')
10 depends=('pidgin')
11 makedepends=('intltool')
12 options=()
13 #source=(http://raoulito.info/plugins/pidgin_autoresize/${pkgname}-${pkgver}.tar.gz)
14 source=(http://www.paldo.org/paldo/sources/pidgin-autoresize/${pkgname}-${pkgver}.tar.bz2)
15 #md5sums=('20ed4f027b136c5d4117b5ac3ab88994')
16 md5sums=('72cd9dc48016f13033060335e7a044b4')
18 build() {
19   cd "${srcdir}/${pkgname}-${pkgver}"
20   ./configure --prefix=/usr
21   make
24 package() {
25   cd "${srcdir}/${pkgname}-${pkgver}"
26   make DESTDIR="${pkgdir}/" install
29 # vim:set ts=2 sw=2 et: