diff options
Diffstat (limited to 'community/musca/PKGBUILD')
-rw-r--r-- | community/musca/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/community/musca/PKGBUILD b/community/musca/PKGBUILD deleted file mode 100644 index 34ab9b843..000000000 --- a/community/musca/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# $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" -} |