summaryrefslogtreecommitdiff
path: root/community/mate-file-manager-open-terminal/PKGBUILD
blob: e40d19b162a7f7113b293e5476fd9c1ed8c702d8 (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
# $Id: PKGBUILD 104828 2014-01-27 09:49:50Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>

pkgname=mate-file-manager-open-terminal
pkgver=1.6.1
pkgrel=1
pkgdesc="A Caja extension for opening terminals in arbitrary local paths."
url="http://mate-desktop.org/"
arch=('i686' 'x86_64')
license=('GPL')
depends=('gtk2' 'mate-desktop' 'mate-file-manager')
makedepends=('mate-common' 'perl-xml-parser')
options=('!emptydirs')
groups=('mate-extra')
source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
sha1sums=('958a213572e99cf734aeae75c604a9193abe07de')
install=${pkgname}.install

build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure \
        --prefix=/usr
    make
}

package() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    make DESTDIR="${pkgdir}" install
}