Skip to content

Instantly share code, notes, and snippets.

@Stebalien
Created February 13, 2014 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Stebalien/8980702 to your computer and use it in GitHub Desktop.
Save Stebalien/8980702 to your computer and use it in GitHub Desktop.
# Maintainer: trile7 at gmail dot com
# Contributor: Ernia <monghitri@aruba.it>
pkgname=yad
pkgver=0.26.0
pkgrel=1
pkgdesc="A fork of zenity - display graphical dialogs from shell scripts or command line"
url="http://sourceforge.net/projects/yad-dialog"
arch=('x86_64' 'i686')
license=('GPL3')
depends=('gtk2' 'hicolor-icon-theme')
makedepends=('intltool')
install='yad.install'
source=($url/files/${pkgname}-${pkgver}.tar.xz)
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}
sha1sums=('ba30dae1464e17f33e2b02d067dd889b93ebd4c7')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment