aboutsummaryrefslogtreecommitdiff
path: root/src/libbio/rpm.spec
diff options
context:
space:
mode:
Diffstat (limited to 'src/libbio/rpm.spec')
-rw-r--r--src/libbio/rpm.spec30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/libbio/rpm.spec b/src/libbio/rpm.spec
deleted file mode 100644
index 5cb9830c..00000000
--- a/src/libbio/rpm.spec
+++ /dev/null
@@ -1,30 +0,0 @@
-Summary: Simple buffered I/O library from Plan 9
-Name: libbio
-Version: 2.0
-Release: 1
-Group: Development/C
-Copyright: LGPL
-Packager: Russ Cox <rsc@post.harvard.edu>
-Source: http://pdos.lcs.mit.edu/~rsc/software/libbio-2.0.tgz
-URL: http://pdos.lcs.mit.edu/~rsc/software/#libbio
-Requires: libfmt libutf
-
-%description
-Libbio is a port of Plan 9's formatted I/O library.
-It provides most of the same functionality as stdio or sfio,
-but with a simpler interface and smaller footprint.
-
-http://plan9.bell-labs.com/magic/man2html/2/bio
-%prep
-%setup
-
-%build
-make
-
-%install
-make install
-
-%files
-/usr/local/include/bio.h
-/usr/local/lib/libbio.a
-/usr/local/man/man3/bio.3