Added basic Arch PKGBUILD file.

This commit is contained in:
2009-03-29 15:03:09 +01:00
parent e5ad550d75
commit f8f6fc25f4

22
PKGBUILD Normal file
View File

@@ -0,0 +1,22 @@
#Contributor : Andrew Williams <andy@tensixtyone.com.com>
pkgname=oblogout
pkgver=0.2
pkgrel=1
pkgdesc="OBLogout is a expandable, configurable, and theme-able logout script designed to be used in a Openbox desktop environment."
url="http://launchpad.net/oblogout/"
license=("GPL2")
arch=('i686' 'x86_64')
depends=('python>=2.5' 'dbus-python' 'pil' 'pygtk' )
makedepends=('setuptools distutils-extra')
optdepends=('dbus-python' 'policykit' 'policykit-gnome' 'policykit-kde')
conflicts=()
replaces=()
backup=()
install=
#source=("")
#md5sums=('')
build() {
}