summaryrefslogtreecommitdiff
path: root/community-testing/simple-scan/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/simple-scan/PKGBUILD')
-rw-r--r--community-testing/simple-scan/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community-testing/simple-scan/PKGBUILD b/community-testing/simple-scan/PKGBUILD
deleted file mode 100644
index e3b4aee08..000000000
--- a/community-testing/simple-scan/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
-
-pkgname=simple-scan
-pkgver=3.3.92
-pkgrel=1
-pkgdesc='Simple scanning utility'
-arch=('i686' 'x86_64')
-url='http://launchpad.net/simple-scan'
-license=('GPL3')
-depends=('sane' 'dconf' 'gtk3' 'colord' 'hicolor-icon-theme')
-makedepends=('yelp-tools' 'intltool')
-install=simple-scan.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('01bcf323855df6e4c4ecd098810f8e50d5dd3ad021840b3ef1b80bc977fb77b3')
-
-build() {
- cd $pkgname-$pkgver
- ./configure \
- --prefix=/usr \
- --disable-schemas-compile
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}