diff --git a/links-2.2-0.bee b/links-2.2-0.bee deleted file mode 100755 index 23738e22c..000000000 --- a/links-2.2-0.bee +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/env beesh - -PGRP=( uncategorized ) - -SRCURL[0]="http://links.twibright.com/download/links-2.2.tar.bz2" - -PATCHES[0]="ftp://mirror.ovh.net/gentoo-distfiles/distfiles/links-2.1pre33-utf8.diff.bz2" - -# EXCLUDE="" - -IGNORE_DATAROOTDIR=yes -IGNORE_DOCDIR=yes -IGNORE_LOCALEDIR=yes - - -mee_patch() { - - bzcat ${F}/${PA} | patch -p1 - - cd intl - ./gen-intl - ./synclang - cd .. -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} - diff --git a/links.be0 b/links.be0 new file mode 100755 index 000000000..e9c5d5115 --- /dev/null +++ b/links.be0 @@ -0,0 +1,28 @@ +#!/bin/env beesh + +# BEE_VERSION links-2.17-0 + +PGRP=( uncategorized ) + +SRCURL[0]="http://links.twibright.com/download/links-${PKGVERSION}.tar.bz2" + +# EXCLUDE="" + +mee_patch() { + cd intl + ./gen-intl + ./synclang + cd .. +} + +mee_configure() { + bee_configure +} + +mee_build() { + bee_build +} + +mee_install() { + bee_install +}