X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from uni-sb.de (mail.uni-sb.de [134.96.252.33]) by mail.alpinelinux.org (Postfix) with ESMTP id 774E2DD72BA for ; Thu, 9 Jun 2011 22:48:28 +0000 (UTC) Received: from mail.cs.uni-sb.de (mail.cs.uni-saarland.de [134.96.254.200]) by uni-sb.de (8.14.5/2011051800) with ESMTP id p59MmM7c009085 for ; Fri, 10 Jun 2011 00:48:22 +0200 (CEST) Received: from alan.cs.uni-sb.de (alan.cs.uni-saarland.de [134.96.243.128]) by mail.cs.uni-sb.de (8.14.5/2011051800) with ESMTP id p59MmMS3011174; Fri, 10 Jun 2011 00:48:22 +0200 (CEST) Received: from emile (emile.cs.uni-saarland.de [134.96.243.162]) by alan.cs.uni-sb.de (Postfix) with ESMTP id C01572703A8; Fri, 10 Jun 2011 00:48:21 +0200 (CEST) Received: from mw by emile with local (Exim 4.71) (envelope-from ) id 1QUo1V-0003DO-Ig; Fri, 10 Jun 2011 00:48:21 +0200 Message-Id: Date: Fri, 10 Jun 2011 00:48:21 +0200 To: alpine-devel@lists.alpinelinux.org Cc: mw@emile.cs.uni-sb.de Subject: [alpine-devel] APKBUILD for urxvt User-Agent: Heirloom mailx 12.4 7/29/08 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_4df14db5.pvBG48zSViwv/QGV42CF//83q1aDBtsoiDm34MyV1sszrlum" From: Moritz Wilhelmy X-DCC-EATSERVER-Metrics: mail.cs.uni-saarland.de; whitelist This is a multi-part message in MIME format. --=_4df14db5.pvBG48zSViwv/QGV42CF//83q1aDBtsoiDm34MyV1sszrlum Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I just packaged urxvt for alpine. I'm new here, and I'm not yet sure whether I'll keep using it or not, so someone might want to take over maintainership for this (i.e. bumping versions, since I'm done here). I'm clearly not interested to keep maintaining it though, so maybe this could just serve as a reference for other people who want to install urxvt on alpine. Keep me in CC, as I'm not subscribed to this list. Best, Moritz --=_4df14db5.pvBG48zSViwv/QGV42CF//83q1aDBtsoiDm34MyV1sszrlum Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="urxvt.APKBUILD" # Totally not stolen from archlinux at all... # modified by me pkgname=rxvt-unicode pkgver=9.11 pkgrel=0 pkgdesc='rxvt fork with improved unicode support' arch=all url='http://software.schmorp.de/pkg/rxvt-unicode.html' license='GPL' depends='libgcc libxft gdk-pixbuf perl' depends_dev='perl-dev' makedepends='perl-dev' source="http://dist.schmorp.de/rxvt-unicode/$pkgname-$pkgver.tar.bz2" md5sums='1bed5bfeed026e0bfafa0e9e4f62aa37 rxvt-unicode-9.11.tar.bz2' build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr \ --with-terminfo=/usr/share/terminfo \ --enable-256-color \ --enable-font-styles \ --enable-xim \ --enable-keepscrolling \ --enable-selectionscrolling \ --enable-smart-resize \ --enable-pixbuf \ --disable-transparency \ --disable-utmp \ --disable-wtmp \ --disable-lastlog \ --disable-frills make } package() { cd "$srcdir/$pkgname-$pkgver" install -d "$pkgdir/usr/share/terminfo" export TERMINFO="$pkgdir/usr/share/terminfo" make DESTDIR="$pkgdir" install } --=_4df14db5.pvBG48zSViwv/QGV42CF//83q1aDBtsoiDm34MyV1sszrlum-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---