Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Maintainer: twa022 <twa022 at gmail dot com>
- _pkgname=garcon
- pkgname=${_pkgname}-devel
- pkgver=4.17.0
- pkgrel=1
- pkgdesc="Implementation of the freedesktop.org menu specification"
- arch=('i686' 'x86_64' 'armv7h' 'aarch64')
- url="https://www.xfce.org/"
- license=('LGPL')
- groups=('xfce4-devel')
- depends=('libxfce4ui>=4.15.7' 'libxfce4util>=4.15.6')
- makedepends=('intltool' 'python' 'gobject-introspection')
- replaces=('libxfce4menu')
- provides=("${_pkgname}=${pkgver}")
- conflicts=("${_pkgname}")
- source=("https://archive.xfce.org/src/xfce/garcon/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2")
- sha256sums=('9c527b54eed0ccb3af60cfc63ed554cbf02a37fd566b2e248c5ba0f3c16e3c7a')
- build() {
- cd "$srcdir/$_pkgname-$pkgver"
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --disable-static \
- --disable-debug
- make
- }
- package() {
- cd "$srcdir/$_pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement