diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-12-07 15:02:31 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-12-07 15:02:31 +0000 |
commit | 8736f458a17a03cf79a763a0c8122f93162fed71 (patch) | |
tree | fba97f22de8410ee5df8985e6c98756093578100 /community-testing/i3lock/PKGBUILD | |
parent | d1d87d2ac643e3dabc251f3cec7d3b00e29b282c (diff) |
Wed Dec 7 15:02:27 UTC 2011
Diffstat (limited to 'community-testing/i3lock/PKGBUILD')
-rw-r--r-- | community-testing/i3lock/PKGBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/community-testing/i3lock/PKGBUILD b/community-testing/i3lock/PKGBUILD deleted file mode 100644 index a480fb878..000000000 --- a/community-testing/i3lock/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> - -pkgname=i3lock -pkgver=2.2 -pkgrel=2 -pkgdesc="An improved screenlocker based upon XCB and PAM" -arch=('i686' 'x86_64') -url="http://i3wm.org/i3lock/" -license=('MIT') -groups=("i3") -depends=('xcb-util' 'xcb-util-image' 'xcb-util-keysyms' 'pam') -options=('docs') -source=("http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2") -md5sums=('6179a1611e333c8baf54093b57d50687') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - make NOLIBCAIRO=y - gzip i3lock.1 -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - - install -Dm644 i3lock.1.gz ${pkgdir}/usr/share/man/man1/i3lock.1.gz - install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - make clean -} - -# vim:set ts=2 sw=2 et: - |