libXt: new package at 1.2.0

This commit is contained in:
Muhammad Herdiansyah 2019-08-03 13:29:40 +07:00
parent 3ace0900e1
commit 97b8f58581
5 changed files with 13 additions and 0 deletions

8
testing/libXt/build Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-malloc0returnsnull
make
make DESTDIR="$1" install

1
testing/libXt/checksums Normal file
View File

@ -0,0 +1 @@
b31df531dabed9f4611fc8980bc51d7782967e2aff44c4105251a1acb5a77831 libXt-1.2.0.tar.bz2

2
testing/libXt/depends Normal file
View File

@ -0,0 +1,2 @@
xorgproto make
libX11

1
testing/libXt/sources Normal file
View File

@ -0,0 +1 @@
https://www.x.org/releases/individual/lib/libXt-1.2.0.tar.bz2

1
testing/libXt/version Normal file
View File

@ -0,0 +1 @@
1.2.0 1