libunibreak: deleted unmaintained port

This commit is contained in:
Tim Biermann 2020-01-20 15:59:46 +00:00
parent 4b413b2d61
commit a483859f21
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 37 deletions

View File

@ -1,15 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/graphemebreak.h
-rw-r--r-- root/root usr/include/linebreak.h
-rw-r--r-- root/root usr/include/linebreakdef.h
-rw-r--r-- root/root usr/include/unibreakbase.h
-rw-r--r-- root/root usr/include/unibreakdef.h
-rw-r--r-- root/root usr/include/wordbreak.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libunibreak.la
lrwxrwxrwx root/root usr/lib/libunibreak.so -> libunibreak.so.3.1.0
lrwxrwxrwx root/root usr/lib/libunibreak.so.3 -> libunibreak.so.3.1.0
-rwxr-xr-x root/root usr/lib/libunibreak.so.3.1.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libunibreak.pc

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36nXzHTk34K7Dh34SZyVVwruUIOC0yKFbXR/GwL3He+g7m/vwKaRB5ix3qNPVupnvPD+dg30VhvGuTDbjBo3XwQ=
SHA256 (Pkgfile) = 24cc242e202ec4feda2860c8c23f3c1b09b31c1ab81249ac1ed453d9ea25c89f
SHA256 (.footprint) = 3107b956840f642e38ca9dec3ca7e87ac3c4fe7e6a8c31ac27a5ccdc52dcf61c
SHA256 (libunibreak-4.0.tar.gz) = f7329bef1eb169d3363f040cefcc323cfd0a0bc53290a35a395e1d1adc849539

View File

@ -1,17 +0,0 @@
# Description: An implementation of the line breaking algorithm.
# URL: https://github.com/adah1972/libunibreak/
# Maintainer: unmaintained
# Depends on:
name=libunibreak
version=4.0
release=1
source=(https://github.com/adah1972/$name/releases/download/"$name"_${version//./_}/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}