summaryrefslogtreecommitdiff
path: root/expat/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2020-06-26 12:12:36 +0000
committerJuergen Daubert <jue@jue.li>2020-06-26 12:12:36 +0000
commit03cfdc6c290f35b65706290e43295ddf79873b1c (patch)
tree44686fe4e835315e94dc70145f59778adeea930c /expat/Pkgfile
parent434c5c6d816396d45cc229f9077ebfdd772a5dbc (diff)
downloadopt-03cfdc6c290f35b65706290e43295ddf79873b1c.tar.gz
opt-03cfdc6c290f35b65706290e43295ddf79873b1c.tar.xz
expat: moved to core
Diffstat (limited to 'expat/Pkgfile')
-rw-r--r--expat/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/expat/Pkgfile b/expat/Pkgfile
deleted file mode 100644
index f954853ba..000000000
--- a/expat/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: A fast, non-validating, stream-oriented XML parsing library
-# URL: https://libexpat.github.io/
-# Maintainer: Juergen Daubert, jue 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