diff options
author | Johannes Jost Meixner <xmj@FreeBSD.org> | 2014-09-22 10:40:00 +0000 |
---|---|---|
committer | Johannes Jost Meixner <xmj@FreeBSD.org> | 2014-09-22 10:40:00 +0000 |
commit | 05317facbedf1ed4566b56f4e09e6e4a49fc3f38 (patch) | |
tree | f0614b64c20d137667eadfbdc5663150937dc6c3 /databases/linux-c6-sqlite3 | |
parent | f287925fdbb7ff7ab55ee8aaa28cf756fe49a296 (diff) |
Notes
Diffstat (limited to 'databases/linux-c6-sqlite3')
-rw-r--r-- | databases/linux-c6-sqlite3/Makefile | 27 | ||||
-rw-r--r-- | databases/linux-c6-sqlite3/distinfo.i686 | 4 |
2 files changed, 31 insertions, 0 deletions
diff --git a/databases/linux-c6-sqlite3/Makefile b/databases/linux-c6-sqlite3/Makefile new file mode 100644 index 000000000000..3e3c82794e6b --- /dev/null +++ b/databases/linux-c6-sqlite3/Makefile @@ -0,0 +1,27 @@ +# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com> +# $FreeBSD$ + +PORTNAME= sqlite +PORTVERSION= 3.6.20 +CATEGORIES= databases linux +PKGNAMEPREFIX= linux-${USE_LINUX}- + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Library that implements an embeddable SQL database engine (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f8-sqlite3-[0-9]* linux-f10-sqlite3-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +RPMVERSION= 1.el6 +USE_LINUX_RPM= yes +BRANDELF_FILES= usr/bin/sqlite3 +USE_LDCONFIG= yes + +PLIST_FILES= usr/bin/sqlite3 usr/lib/libsqlite3.so.0 \ + usr/lib/libsqlite3.so.0.8.6 usr/share/man/man1/sqlite3.1.gz +DOCSDIR= ${PREFIX}/usr/share/doc/sqlite-${PORTVERSION} +PORTDOCS= README +DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr + +.include <bsd.port.mk> diff --git a/databases/linux-c6-sqlite3/distinfo.i686 b/databases/linux-c6-sqlite3/distinfo.i686 new file mode 100644 index 000000000000..914d44941479 --- /dev/null +++ b/databases/linux-c6-sqlite3/distinfo.i686 @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/sqlite-3.6.20-1.el6.i686.rpm) = abf3109c49e3fa3a159d6cb96057d9a72d193479cbb86dc6337ecfde9fa11304 +SIZE (rpm/i686/centos/6.5/sqlite-3.6.20-1.el6.i686.rpm) = 314024 +SHA256 (rpm/i686/centos/6.5/sqlite-3.6.20-1.el6.src.rpm) = f75ce08d6f66259df76adcb4a5551f6bc7b530ed524eb3da13689ffd475b34bd +SIZE (rpm/i686/centos/6.5/sqlite-3.6.20-1.el6.src.rpm) = 5324043 |