# Compiling Time: 0 SBU # Maintainer: Miklos Vajna pkgname=etckeeper pkgver=1.18.3 pkgrel=1 pkgdesc="Stores the /etc directory in a git repo." #url="http://kitenet.net/~joey/code/etckeeper/" rodepends=('git>=1.5.3.4' 'pacman-g2>=3.6.7' 'dcron>=3.2-4') makedepends=('bzr') backup=(etc/$pkgname/$pkgname.conf) groups=('apps-extra') archs=('i686' 'x86_64' 'arm') _F_github_author=joeyh _F_github_tag=y Finclude github source=(https://github.com/joeyh/etckeeper/archive/$pkgver/etckeeper-$pkgver.tar.gz) sha1sums=('7f7b2f3ac604ada5916ccfa2b5c0a22a3713ab0a') build() { Fcd $pkgname-$pkgver # our config Fsed '=apt' '=pacman-g2' etckeeper.conf Fsed '=dpkg' '=pacman-g2' etckeeper.conf Fmakeinstall PREFIX=$Fdestdir Fdocrel debian/changelog } # optimization OK