diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2011-02-07 13:56:07 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2011-02-07 13:56:07 +0000 |
commit | a4cd7f41cacdd521a1bc2528d36735e49b46d9ed (patch) | |
tree | 483fdf521bfcea51f4f399e62168ab3aee5e4791 /unstable | |
parent | fe1907eabe4fb94b9e5f5e771697527d57cbae6c (diff) | |
download | aports-a4cd7f41cacdd521a1bc2528d36735e49b46d9ed.tar.bz2 aports-a4cd7f41cacdd521a1bc2528d36735e49b46d9ed.tar.xz |
testing/mailx: moved from unstable to testing
downgraded and added patches taken from archlinux
Diffstat (limited to 'unstable')
-rw-r--r-- | unstable/mailx/APKBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/unstable/mailx/APKBUILD b/unstable/mailx/APKBUILD deleted file mode 100644 index b8d82aeeca..0000000000 --- a/unstable/mailx/APKBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Contributor: Michael Mason <ms13sp@gmail.com> -# Maintainer: Michael Mason <ms13sp@gmail.com> -pkgname=mailx -pkgver=8.1.2 -pkgrel=0 -pkgdesc="The /bin/mail program, which is used to send mail via shell scripts" -url="www.debian.org" -license="GPL" -depends="" -makedepends="" -install= -subpackages="$pkgname-dev $pkgname-doc" -source="ftp://ftp.debian.org/debian/pool/main/m/mailx/"$pkgname"_"$pkgver"-0.20050715cvs.orig.tar.gz" - - -build() { - #mailx-8.1.2-0.20050715cvs.orig - cd "$srcdir"/$pkgname-$pkgver-0.20050715cvs.orig -#will have to patch... -# for i in ../*.patch; do -# msg "Appling $i..." -# patch -p1 < $i || return 1 -# done - - make || return 1 - make DESTDIR="$pkgdir" install - -} - -md5sums="3ba08abd8bbd0a87ea5bad05cded3bc3 mailx_8.1.2-0.20050715cvs.orig.tar.gz" |