summaryrefslogtreecommitdiff
path: root/community/muffin/PKGBUILD
blob: 78c900e8f2450b7699348ef3dba1c94587464a63 (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
27
28
29
30
31
# $Id: PKGBUILD 83411 2013-01-31 17:16:00Z bpiotrowski $

pkgname=muffin
pkgver=1.1.2
pkgrel=1
pkgdesc="Cinnamon window manager based on Mutter"
arch=('i686' 'x86_64')
url="https://github.com/linuxmint/muffin"
license=('GPL')
depends=('clutter' 'gconf' 'gobject-introspection' 'gsettings-desktop-schemas' 'libcanberra' 'libxxf86vm' 'startup-notification' 'zenity' 'dconf')
makedepends=('libltdl' 'intltool' 'gnome-doc-utils' 'pkg-config')
options=('!libtool' '!emptydirs')
install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/tarball/$pkgver")

build() {
  cd linuxmint-muffin-*

  autoreconf -vfi
  PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/muffin --localstatedir=/var --disable-static --disable-schemas-compile
  make ${MAKEFLAGS}
}

package() {
  cd linuxmint-muffin-*
  make DESTDIR="$pkgdir/" install
}

md5sums=('0950fa5c00a165c7fed73b0898d072d5')

# vim:set ts=2 sw=2 et: