~alpine/devel

testing/gammu: Patch to rename libgammu to gammu-lib v1 PROPOSED

ScrumpyJack: 1
 testing/gammu: Patch to rename libgammu to gammu-lib

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/909/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] testing/gammu: Patch to rename libgammu to gammu-lib Export this patch

---
  testing/gammu/APKBUILD | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/gammu/APKBUILD b/testing/gammu/APKBUILD
index 73c73f7..61752d0 100644
--- a/testing/gammu/APKBUILD
+++ b/testing/gammu/APKBUILD
@@ -12,7 +12,7 @@ depends_dev="unixodbc-dev libdbi libintl postgresql-dev \
 	     bluez-dev mysql-dev libusb-dev curl-dev"
 makedepends="cmake gettext doxygen $depends_dev"
 install=""
subpackages="$pkgname-smsd:_smsd $pkgname-doc lib$pkgname:_lib $pkgname-dev py-$pkgname:_py"
subpackages="$pkgname-smsd:_smsd $pkgname-doc $pkgname-lib:_lib $pkgname-dev py-$pkgname:_py"
 source="http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2"

 _builddir="${srcdir}/${pkgname}-${pkgver}"
-- 
2.2.0




---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---