PKGBUILDs/aur/yaourt/PKGBUILD

35 lines
1,009 B
Bash
Raw Normal View History

# Author: Julien MISCHKOWITZ <wain@archlinux.fr>
# Author: tuxce <tuxce.net@gmail.com>
plugrel=1
pkgname=yaourt
2011-12-07 21:45:56 +00:00
pkgver=0.10.2
pkgrel=1
pkgdesc="A pacman wrapper with extended features and AUR support"
arch=('any')
url="http://www.archlinux.fr/yaourt-en/"
license=(GPL)
2011-03-29 20:39:11 +00:00
depends=('diffutils' 'pacman>=3.5' 'package-query>=0.7' 'gettext')
optdepends=('aurvote: vote for favorite packages from AUR for inclusion in [community]'
'customizepkg: automatically modify PKGBUILD during install/upgrade'
'rsync: retrieve PKGBUILD from official repositories'
'pacman-color: fully colorized output')
backup=('etc/yaourtrc')
source=(http://mir.archlinux.fr/~tuxce/releases/$pkgname/$pkgname-$pkgver.tar.gz)
build() {
cd $srcdir/$pkgname-$pkgver/
make PREFIX=/usr sysconfdir=/etc localstatedir=/var
}
package() {
cd $srcdir/$pkgname-$pkgver/
make PREFIX=/usr sysconfdir=/etc localstatedir=/var DESTDIR=$pkgdir install
}
# vim:set ts=2 sw=2 et:
2011-12-07 21:45:56 +00:00
md5sums=('08f1487e9a90f02c3994580c3156089a')