first commit
This commit is contained in:
3
src/bdftopcf/.gitignore
vendored
Normal file
3
src/bdftopcf/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.cache/
|
||||
dist/
|
||||
root/
|
2
src/bdftopcf/changes.md
Normal file
2
src/bdftopcf/changes.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# 1.1.1
|
||||
First version
|
16
src/bdftopcf/pkg.sh
Normal file
16
src/bdftopcf/pkg.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
NAME="bdftopcf"
|
||||
DESC="Convert X font from Bitmap Distribution Format to Portable Compiled Format"
|
||||
VERSION="1.1.1"
|
||||
FILES=("https://www.x.org/pub/individual/util/bdftopcf-$VERSION.tar.xz")
|
||||
HASHES=("e09b61567ab4a4d534119bba24eddfb1")
|
||||
DEPENDS=()
|
||||
|
||||
PACKAGE() {
|
||||
tar xf $NAME-$VERSION.tar.xz
|
||||
cd $NAME-$VERSION
|
||||
|
||||
./configure $XORG_CONFIG
|
||||
make && make DESTDIR=${ROOTDIR} install
|
||||
|
||||
cd .. && rm -rf $NAME-$VERSION
|
||||
}
|
Reference in New Issue
Block a user