[arch-commits] Commit in dillo/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Dec 7 05:50:04 UTC 2015
Date: Monday, December 7, 2015 @ 06:50:03
Author: foutrelis
Revision: 149618
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
dillo/repos/community-staging-i686/
dillo/repos/community-staging-i686/PKGBUILD
(from rev 149617, dillo/trunk/PKGBUILD)
dillo/repos/community-staging-x86_64/
dillo/repos/community-staging-x86_64/PKGBUILD
(from rev 149617, dillo/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 28 ++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 28 ++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
Copied: dillo/repos/community-staging-i686/PKGBUILD (from rev 149617, dillo/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 05:50:03 UTC (rev 149618)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: dorphell <dorphell at archlinux.org>
+
+pkgname=dillo
+pkgver=3.0.5
+pkgrel=2
+pkgdesc="A small, fast graphical web browser built on FLTK"
+arch=(i686 x86_64)
+url="http://www.dillo.org"
+license=('GPL')
+depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor'
+ 'libxi' 'libxinerama')
+backup=(etc/dillo/{dillorc,dpidrc})
+source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('554aad93b6107bba696f4da022c41561')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr --sysconfdir=/etc --enable-cookies --enable-dlgui \
+ --enable-ssl
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
Copied: dillo/repos/community-staging-x86_64/PKGBUILD (from rev 149617, dillo/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-12-07 05:50:03 UTC (rev 149618)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: dorphell <dorphell at archlinux.org>
+
+pkgname=dillo
+pkgver=3.0.5
+pkgrel=2
+pkgdesc="A small, fast graphical web browser built on FLTK"
+arch=(i686 x86_64)
+url="http://www.dillo.org"
+license=('GPL')
+depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor'
+ 'libxi' 'libxinerama')
+backup=(etc/dillo/{dillorc,dpidrc})
+source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('554aad93b6107bba696f4da022c41561')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr --sysconfdir=/etc --enable-cookies --enable-dlgui \
+ --enable-ssl
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list