Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7f44cd5ba4da02060b909f85085314efb1c64366
commit 7f44cd5ba4da02060b909f85085314efb1c64366 Author: James Buren <[email protected]> Date: Tue Sep 11 00:39:04 2012 -0500 gnustep-sqlclient-1.5.1-1-x86_64 * remove package diff --git a/source/gnustep-extra/gnustep-sqlclient/FrugalBuild b/source/gnustep-extra/gnustep-sqlclient/FrugalBuild deleted file mode 100644 index ca14a56..0000000 --- a/source/gnustep-extra/gnustep-sqlclient/FrugalBuild +++ /dev/null @@ -1,47 +0,0 @@ -# Compiling Time: 0.03 SBU -# Maintainer: Pingax <[email protected]> - -pkgname=gnustep-sqlclient -pkgver=1.5.1 -pkgrel=1 -pkgdesc="Simple OO interface to SQL databases for GNUstep applications" -_F_gnustep_name="SQLClient" -_F_gnustep_category="libs" -Finclude gnustep -makedepends=(${makedepends[@]} 'postgresql>=8.4.0' 'libpq>=8.4.0' 'mysql>=5.5.10' \ - 'libmysqlclient>=5.5.10' 'sqlite3>=3.6.16') -depends=(${depends[@]} 'gnustep-base>=1.22.0' 'gnustep-performance>=0.3.0') -groups=(${groups[@]} 'gnustep-libs') -archs=('i686' 'x86_64') -source=(${source[@]} sqlclient_makefile.diff) -sha1sums=('67d0adf0173ffd854d28164b7e2ab61c5d8f8caf' \ - '3b6a5812a2571aae836288b9ec2ed20d03130f49') -subpkgs=("$pkgname-mysql" \ - "$pkgname-postgresql" \ - "$pkgname-sqlite") -subdescs=('MySQL bundle for the GNUstep SQLClient library' \ - 'Postgresql and ECPG bundles for the GNUstep SQLClient library' \ - 'sqlite bundle for the GNUstep SQLClient library') -subdepends=("mysql>=5.5.10 libmysqlclient>=5.5.10" \ - "postgresql>=8.4.0 libpq>=8.4.0" \ - "sqlite3>=3.6.16") -subrodepends=("$pkgname=$pkgver" \ - "$pkgname=$pkgver" \ - "$pkgname=$pkgver") -subgroups=('gnustep-extra' 'gnustep-extra' 'gnustep-extra') -subarchs=('i686 x86_64' 'i686 x86_64' 'i686 x86_64') - -build() -{ - Fcd - Fpatchall - Fautoreconf - Fgnustep_build - # split bundles into individual packages - Fsplit $pkgname-mysql $_F_GNUSTEP_SYSTEM/Bundles/SQLClient/MySQL*.bundle - Fsplit $pkgname-postgresql $_F_GNUSTEP_SYSTEM/Bundles/SQLClient/Postgres*.bundle - Fsplit $pkgname-postgresql $_F_GNUSTEP_SYSTEM/Bundles/SQLClient/ECPG*.bundle - Fsplit $pkgname-sqlite $_F_GNUSTEP_SYSTEM/Bundles/SQLClient/SQLite*.bundle -} - -# optimization OK diff --git a/source/gnustep-extra/gnustep-sqlclient/sqlclient_makefile.diff b/source/gnustep-extra/gnustep-sqlclient/sqlclient_makefile.diff deleted file mode 100644 index dee8fc5..0000000 --- a/source/gnustep-extra/gnustep-sqlclient/sqlclient_makefile.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- GNUmakefile.orig 2011-07-01 15:16:33.000000000 +0200 -+++ GNUmakefile 2011-07-01 15:17:17.000000000 +0200 -@@ -49,7 +49,7 @@ - - BUNDLE_NAME= - --BUNDLE_INSTALL_DIR=$(GNUSTEP_BUNDLES)/SQLClient -+BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_ROOT)/Library/Bundles/SQLClient - - # In some systems and situations the dynamic linker needs to haved the - # SQLClient, gnustep-base, and objc libraries explicityly linked into _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
