aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-mysql/APKBUILD
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2015-01-30 15:53:11 +0000
committerTed Trask <ttrask01@yahoo.com>2015-01-30 15:53:11 +0000
commit1b61c469a9a44fb5d6643f116dc15eec478ce4b5 (patch)
tree1d1968233f77feb6f0f11d93c0653be5ae1927ab /main/acf-mysql/APKBUILD
parent0984fc1390552b232fa7d3b4c8b03a73707c5a05 (diff)
downloadaports-1b61c469a9a44fb5d6643f116dc15eec478ce4b5.tar.bz2
aports-1b61c469a9a44fb5d6643f116dc15eec478ce4b5.tar.xz
main/acf-mariadb: Renamed from acf-mysql and bumped to 0.1.2
Diffstat (limited to 'main/acf-mysql/APKBUILD')
-rw-r--r--main/acf-mysql/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/main/acf-mysql/APKBUILD b/main/acf-mysql/APKBUILD
deleted file mode 100644
index cc5582e041..0000000000
--- a/main/acf-mysql/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Contributor: Ted Trask <ttrask01@yahoo.com>
-# Maintainer: Ted Trask <ttrask01@yahoo.com>
-pkgname=acf-mysql
-pkgver=0.1.1
-pkgrel=0
-pkgdesc="ACF module for mysql"
-url="http://git.alpinelinux.org/cgit/$pkgname"
-arch="noarch"
-license="GPL-2"
-depends="acf-core lua mysql mysql-client lua-sql-mysql acf-db-lib"
-makedepends="acf-db-lib"
-install=
-subpackages=""
-source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz"
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
-
-}
-
-md5sums="8b1814f37e7abb7288acf9644be6e932 acf-mysql-0.1.1.tar.xz"
-sha256sums="3406ca897aff268cad20fb0253551acf6d34e8d07a46f1f0a7ec4803768721c1 acf-mysql-0.1.1.tar.xz"
-sha512sums="45cad8b2d04b333af1f16c305ec06adf41ecd3c472df08c7069593ebdd8a7448914c84803a78fe0a0be0866bcac85e5fb8efef3a4a53cd44c180ea554028e27c acf-mysql-0.1.1.tar.xz"