updated on Mon Jan 23 20:11:11 UTC 2012
[aur-mirror.git] / diet-kconfig / PKGBUILD
blob8cee62d1a2eb2653f997e9024cf68f76c1f85841
1 # Contributor: ConnorBehan <connor.behan@gmail.com>
2 pkgname=diet-kconfig
3 pkgver=1
4 pkgrel=3
5 pkgdesc="A script to trim unused modules when compiling the kernel"
6 arch=('i686' 'x86_64')
7 url="http://www.kernel.org/pub/linux/kernel/people/tiwai/misc/${pkgname}"
8 license=('GPL')
9 depends=('findutils' 'grep' 'sed' 'awk' 'coreutils')
10 source=($url)
11 md5sums=('500addab85db4abd77e70f04cc352eab')
13 build() {
14   # Shortest build script ever
15   install -Dm755 $srcdir/$pkgname $pkgdir/usr/bin/$pkgname