summaryrefslogtreecommitdiff
path: root/expat
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2020-06-26 11:57:59 +0000
committerJuergen Daubert <jue@jue.li>2020-06-26 11:57:59 +0000
commitb5483677fbd4d23c8af06a5dc2e63a479227f19c (patch)
tree3615a99767f7993bee9c5c4d008c51f57904d2e0 /expat
parentd64a0b494ea5772b8f7fd82d77a5cad57a0d5bf0 (diff)
downloadcore-b5483677fbd4d23c8af06a5dc2e63a479227f19c.tar.gz
core-b5483677fbd4d23c8af06a5dc2e63a479227f19c.tar.xz
expat: moved from opt to core, dependency of python3
Diffstat (limited to 'expat')
-rw-r--r--expat/.footprint19
-rw-r--r--expat/.signature5
-rw-r--r--expat/Pkgfile20
3 files changed, 44 insertions, 0 deletions
diff --git a/expat/.footprint b/expat/.footprint
new file mode 100644
index 00000000..22b01efc
--- /dev/null
+++ b/expat/.footprint
@@ -0,0 +1,19 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xmlwf
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/expat.h
+-rw-r--r-- root/root usr/include/expat_config.h
+-rw-r--r-- root/root usr/include/expat_external.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libexpat.a
+-rwxr-xr-x root/root usr/lib/libexpat.la
+lrwxrwxrwx root/root usr/lib/libexpat.so -> libexpat.so.1.6.11
+lrwxrwxrwx root/root usr/lib/libexpat.so.1 -> libexpat.so.1.6.11
+-rwxr-xr-x root/root usr/lib/libexpat.so.1.6.11
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/expat.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/xmlwf.1.gz
diff --git a/expat/.signature b/expat/.signature
new file mode 100644
index 00000000..671911e8
--- /dev/null
+++ b/expat/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/core.pub
+RWRJc1FUaeVeqjuQ7zELDE6XAYD2fdBmCHVOe170WM53FrKZukvFvkSE7kIvJA/Dk0XiVai0OeI5YAOB+YhmFeUjrs7ysaj+VQs=
+SHA256 (Pkgfile) = edce8f99c637175ae958a2f391cfa1f291be411b40d97651fd8d04ba454800b2
+SHA256 (.footprint) = e546fe19a93c85736ae06adad4dc990523fa8f16201aedad5049bb9f142bb214
+SHA256 (expat-2.2.9.tar.lz) = a1e85abcd97c2aa71005190d24a7c46dcf7bd29c097c31e917cda1b400c38a49
diff --git a/expat/Pkgfile b/expat/Pkgfile
new file mode 100644
index 00000000..1addfaa2
--- /dev/null
+++ b/expat/Pkgfile
@@ -0,0 +1,20 @@
+# Description: A fast, non-validating, stream-oriented XML parsing library
+# URL: https://libexpat.github.io/
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+
+name=expat
+version=2.2.9
+release=1
+source=(http://download.sourceforge.net/$name/$name-$version.tar.lz)
+
+build() {
+ cd $name-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+ install -D -m 0644 doc/xmlwf.1 $PKG/usr/share/man/man1/xmlwf.1
+
+ rm -r $PKG/usr/share/doc
+}

Generated by cgit