Skip to content
Snippets Groups Projects
Commit 4b1a1d3f authored by cedric's avatar cedric
Browse files

Fix missing PKGBUILD.in

parent c1f38358
No related branches found
No related tags found
No related merge requests found
......@@ -27,5 +27,4 @@ po/Makefile.in.in
po/POTFILES
stamp-*
po/*.mo
debian/*
arch/*
arch/PKGBUILD
# Maintainer: Cedric Leporcq <cedric at gmail dot com>
pkgname=@PACKAGE_NAME@
pkgver=@PACKAGE_VERSION@
pkgrel=1
pkgdesc="Xfce panel plugin which allows to put the maximized window title on the panel."
arch=('i686' 'x86_64')
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin"
license=('GPL3')
groups=('xfce4')
depends=('xfce4-panel')
makedepends=('intltool' 'xfce4-dev-tools')
options=('!libtool')
source=("$pkgname-$pkgver.tar.gz::https://github.com/cedl38/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('SKIP')
build() {
cd "$srcdir/${pkgname}-$pkgver"
./autogen.sh \
--prefix=/usr
make
}
package() {
cd "$srcdir/${pkgname}-$pkgver"
make DESTDIR="$pkgdir" install
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment