summaryrefslogtreecommitdiff
path: root/sdl2_ttf
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-04-13 18:32:58 +1000
committerDanny Rawlins <monster.romster@gmail.com>2019-04-13 18:32:58 +1000
commit6d385f168ad259c98e1a0f6ecb997f8c3976d7d9 (patch)
tree6e00ba0918179491aebe39dad20ea918e3daf8e7 /sdl2_ttf
parent51f2ccbc7330229c8cd94b7fa5f30da498d5e4e6 (diff)
downloadcontrib-6d385f168ad259c98e1a0f6ecb997f8c3976d7d9.tar.gz
contrib-6d385f168ad259c98e1a0f6ecb997f8c3976d7d9.tar.xz
sdl2_ttf: initial import
Diffstat (limited to 'sdl2_ttf')
-rw-r--r--sdl2_ttf/.footprint12
-rw-r--r--sdl2_ttf/.signature5
-rw-r--r--sdl2_ttf/Pkgfile20
3 files changed, 37 insertions, 0 deletions
diff --git a/sdl2_ttf/.footprint b/sdl2_ttf/.footprint
new file mode 100644
index 000000000..81ab9ea2a
--- /dev/null
+++ b/sdl2_ttf/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/SDL2/
+-rw-r--r-- root/root usr/include/SDL2/SDL_ttf.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libSDL2_ttf-2.0.so.0 -> libSDL2_ttf-2.0.so.0.14.1
+-rwxr-xr-x root/root usr/lib/libSDL2_ttf-2.0.so.0.14.1
+-rw-r--r-- root/root usr/lib/libSDL2_ttf.a
+-rwxr-xr-x root/root usr/lib/libSDL2_ttf.la
+lrwxrwxrwx root/root usr/lib/libSDL2_ttf.so -> libSDL2_ttf-2.0.so.0.14.1
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/SDL2_ttf.pc
diff --git a/sdl2_ttf/.signature b/sdl2_ttf/.signature
new file mode 100644
index 000000000..7b98431a6
--- /dev/null
+++ b/sdl2_ttf/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF3x5qGqa/sWpJxqxLkfubkLoUfcnM2jF6/Ra9W1SWARhXPGAZ/EHixMfqRnLIDE5mG/awq0TdO4CF2dEyAjjYIQQ=
+SHA256 (Pkgfile) = 44dd1e1819589593bfbf8589c5d77a0fb5b7bab231507389038c3db90b8049bb
+SHA256 (.footprint) = 10a27cc1f797370e93787855bab47275964747f7f13420dc5d4425042d4bbf49
+SHA256 (SDL2_ttf-2.0.15.tar.gz) = a9eceb1ad88c1f1545cd7bd28e7cbc0b2c14191d40238f531a15b01b1b22cd33
diff --git a/sdl2_ttf/Pkgfile b/sdl2_ttf/Pkgfile
new file mode 100644
index 000000000..e750cf574
--- /dev/null
+++ b/sdl2_ttf/Pkgfile
@@ -0,0 +1,20 @@
+# Description: TrueType library for libsdl.
+# URL: https://www.libsdl.org/projects/SDL_ttf/
+# Maintainer: Danny Rawlins, crux at romster dot me
+# Depends on: freetype libsdl2
+
+name=sdl2_ttf
+version=2.0.15
+release=1
+source=(https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-$version.tar.gz)
+
+build() {
+ cd SDL2_ttf-$version
+
+ touch NEWS README AUTHORS ChangeLog
+ autoreconf -vi
+
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit