diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-10-19 14:50:26 +0000 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-10-19 14:50:26 +0000 |
| commit | 1675ff649cded4c85d65feb0f4c5cc87010242eb (patch) | |
| tree | 3e3556f1e26a35be0250e7f749680b9fc30e9c6b /graphics/linux-c7-sdl_image | |
| parent | 4fd1b570a8aec1244c7b8469c29c309a96a46804 (diff) | |
Notes
Diffstat (limited to 'graphics/linux-c7-sdl_image')
| -rw-r--r-- | graphics/linux-c7-sdl_image/Makefile | 28 | ||||
| -rw-r--r-- | graphics/linux-c7-sdl_image/distinfo.x86_64 | 5 | ||||
| -rw-r--r-- | graphics/linux-c7-sdl_image/pkg-plist.x86_64 | 3 |
3 files changed, 36 insertions, 0 deletions
diff --git a/graphics/linux-c7-sdl_image/Makefile b/graphics/linux-c7-sdl_image/Makefile new file mode 100644 index 000000000000..b652d289cea3 --- /dev/null +++ b/graphics/linux-c7-sdl_image/Makefile @@ -0,0 +1,28 @@ +# Created by: Piotr Kubaj <pkubaj@anongoth.pl> +# $FreeBSD$ + +PORTNAME= sdl_image +PORTVERSION= 1.2.12 +CATEGORIES= graphics linux +MASTER_SITES= EPEL7/s +DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Simple library to load images as SDL interfaces (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-f10-${PORTNAME}-[0-9]* linux-c6-${PORTNAME}-[0-9]* + +LINUX_NAME= SDL_image +ONLY_FOR_ARCHS= amd64 +RPMVERSION= 11.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= jpeg png sdl12 tiff +USE_LINUX_RPM= yes + +DOCSDIR= ${PREFIX}/usr/share/doc/${LINUX_NAME}-${PORTVERSION} +PORTDOCS= CHANGES COPYING README + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr + +.include <bsd.port.mk> diff --git a/graphics/linux-c7-sdl_image/distinfo.x86_64 b/graphics/linux-c7-sdl_image/distinfo.x86_64 new file mode 100644 index 000000000000..49e1107c5ae7 --- /dev/null +++ b/graphics/linux-c7-sdl_image/distinfo.x86_64 @@ -0,0 +1,5 @@ +TIMESTAMP = 1473704400 +SHA256 (rpm/centos/7.2.1511/x86_64/SDL_image-1.2.12-11.el7.x86_64.rpm) = 293dc52ed3321c40886a4bf522285fcb164b76f41cf81aa9277ec0f884d773bd +SIZE (rpm/centos/7.2.1511/x86_64/SDL_image-1.2.12-11.el7.x86_64.rpm) = 42624 +SHA256 (rpm/centos/7.2.1511/x86_64/SDL_image-1.2.12-11.el7.src.rpm) = f11c9a986584b74f1b42c36a940bd8e7dd6a5b73fcf0006ed60f9bead856d711 +SIZE (rpm/centos/7.2.1511/x86_64/SDL_image-1.2.12-11.el7.src.rpm) = 2241694 diff --git a/graphics/linux-c7-sdl_image/pkg-plist.x86_64 b/graphics/linux-c7-sdl_image/pkg-plist.x86_64 new file mode 100644 index 000000000000..93cc8045706d --- /dev/null +++ b/graphics/linux-c7-sdl_image/pkg-plist.x86_64 @@ -0,0 +1,3 @@ +usr/bin/showimage +usr/lib64/libSDL_image-1.2.so.0 +usr/lib64/libSDL_image-1.2.so.0.8.4 |
