summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 06f5652fba828425314caa2c429b7230ff7b2900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgdesc="XDG application menu with full support for FVWM"
pkgname=fvwm-xdg-menu
pkgver=r51
pkgrel=2
arch=(any)
license=(GPL2)
url="http://github.com/domichel/$pkgname"
groups=('xde')
depends=('gtk-update-icon-cache')
source=("$pkgname::git://github.com/domichel/$pkgname.git#commit=4b49473")
md5sums=('SKIP')
makedepends=('git')

build() {
  cd $pkgname
  make
}

package() {
  cd $pkgname
  make DESTDIR="$pkgdir" PREFIX=/usr install
}

# vim: et sw=2: