summaryrefslogtreecommitdiff
path: root/community/musca/PKGBUILD
blob: 34ab9b843c5e6c81ee1260bd1e11a5647be7a58f (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
26
# $Id: PKGBUILD 31936 2010-11-08 00:00:11Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Murtuza Akhtari <inxsible at gmail dot com>

pkgname=musca
pkgver=0.9.24
pkgrel=1
pkgdesc='A simple X11 dynamic window manager with features nicked from ratpoison and dwm.'
arch=('i686' 'x86_64')
url='http://aerosuidae.net/musca/'
license=('GPL3')
depends=('libx11' 'dmenu')
source=("http://aerosuidae.net/${pkgname}-${pkgver}.tgz")
md5sums=('e067a8e39b1a97d62fc8e43800edee70')

build() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  make
}

package() {
  cd "${srcdir}/${pkgname}-${pkgver}"

  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
  install -Dm644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
}