X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from smtp.freemail.gr (smtp.freemail.gr [81.171.104.132]) by mail.alpinelinux.org (Postfix) with ESMTP id F2F7E1CAD4B5 for ; Mon, 24 Oct 2011 12:34:08 +0000 (UTC) Received: from [10.10.10.233] (ppp-94-65-197-226.home.otenet.gr [94.65.197.226]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.freemail.gr (Postfix) with ESMTP id DFD9E339F1A for ; Mon, 24 Oct 2011 15:47:06 +0300 (EEST) Message-ID: <4EA55B3D.40706@freemail.gr> Date: Mon, 24 Oct 2011 15:34:05 +0300 From: Harry Lachanas User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101218 Thunderbird/3.1.7 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: Alpine Development Subject: [alpine-devel] cgdb Content-Type: multipart/mixed; boundary="------------010003020003020605050908" This is a multi-part message in MIME format. --------------010003020003020605050908 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit http://cgdb.sourceforge.net/ The curses Debugger --------------010003020003020605050908 Content-Type: text/plain; name="APKBUILD" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="APKBUILD" pkgname=cgdb pkgver=0.6.6 pkgrel=1 pkgdesc="The Curses Debugger" arch="all" license=GPL url="http://cgdb.sourceforge.net/" depends="ncurses-dev readline-dev gdb" source="http://downloads.sourceforge.net/project/cgdb/cgdb/cgdb-$pkgver/cgdb-$pkgver.tar.gz" subpackages="$pkgname-doc" _builddir="$srcdir/$pkgname-$pkgver" prepare() { cd "$_builddir" } build() { cd "$_builddir" # we trade size for a little more speed. export CFLAGS="$CFLAGS -O2" CHOST="${CHOST}" ./configure --prefix=/usr --libdir=/usr/lib make || return 1 } package() { cd "$_builddir" make install \ pkgconfigdir="/usr/lib/pkgconfig" \ DESTDIR="$pkgdir" || return 1 } doc() { default_doc mv "$pkgdir"/usr/share/cgdb "$subpkgdir"/usr/share } md5sums="394b542b495755ab8392b7e88dace744 cgdb-0.6.6.tar.gz" --------------010003020003020605050908-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---