xorg: Added libfontenc

This commit is contained in:
Dylan Araps 2019-06-28 00:11:37 +03:00
parent 05e792f692
commit 55e00914f7
7 changed files with 36 additions and 3 deletions

View File

@ -1,3 +1,4 @@
xorgproto make
xtrans make
freetype make
freetype make
libfontenc make
xorgproto make
xtrans make

8
xorg/libfontenc/build Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--with-fontrootdir=/usr/share/fonts/X11
make
make DESTDIR="$1" install

View File

@ -0,0 +1 @@
2cfcce810ddd48f2e5dc658d28c1808e86dcf303eaff16728b9aa3dbc0092079 libfontenc-1.1.4.tar.bz2

2
xorg/libfontenc/depends Normal file
View File

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

19
xorg/libfontenc/licenses Normal file
View File

@ -0,0 +1,19 @@
Copyright (c) 1998-2001 by Juliusz Chroboczek
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

1
xorg/libfontenc/sources Normal file
View File

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

1
xorg/libfontenc/version Normal file
View File

@ -0,0 +1 @@
1.1.4 1