diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-12 20:32:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-12 20:32:09 +0000 |
commit | 9ad8fe5b36fa29a1c37c60e43979f9a275256250 (patch) | |
tree | a6a7538ed57a388e46003a780a0a2cbb8f104b7f /testing | |
parent | 896435c18b4ff8ae101dc94b4773efbad4b15abf (diff) | |
download | aports-9ad8fe5b36fa29a1c37c60e43979f9a275256250.tar.bz2 aports-9ad8fe5b36fa29a1c37c60e43979f9a275256250.tar.xz |
main/byobu: moved from testing
reported to work
Diffstat (limited to 'testing')
-rw-r--r-- | testing/byobu/APKBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/byobu/APKBUILD b/testing/byobu/APKBUILD deleted file mode 100644 index e8f9ba5f5f..0000000000 --- a/testing/byobu/APKBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Contributor: -# Maintainer: -pkgname=byobu -pkgver=2.64 -pkgrel=0 -pkgdesc="enhancement of the GNU Screen" -url="https://launchpad.net/byobu" -license="GPL-3" -depends="screen python" -makedepends= -install= -subpackages="$pkgname-doc" -source="http://launchpad.net/byobu/trunk/$pkgver/+download/byobu_$pkgver.orig.tar.gz" - -_builddir="$srcdir"/$pkgname-$pkgver -prepare() { - cd "$_builddir" -} - -build() { - cd "$_builddir" -} - -package() { - cd "$_builddir" - mkdir -p "$pkgdir" - cp -a etc usr "$pkgdir"/ -} - -md5sums="54a0398ad8134dfb8914c49548be3f4e byobu_2.64.orig.tar.gz" |