aboutsummaryrefslogtreecommitdiff
path: root/extra/libbsd/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-10-25 16:46:11 +0200
committerCem Keylan <cem@ckyln.com>2022-10-25 16:47:04 +0200
commit0953b1be1dd66d8567656bc248a973f50ddb0a3a (patch)
tree77cf17934ff7f1a0295e86efea7281e841e97636 /extra/libbsd/build
parent703b3dc93cbb5f116f058c06c032403c74d5681d (diff)
downloadrepository-0953b1be1dd66d8567656bc248a973f50ddb0a3a.tar.gz
libmd, libbsd, signify: drop packages
Diffstat (limited to 'extra/libbsd/build')
-rwxr-xr-xextra/libbsd/build10
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/libbsd/build b/extra/libbsd/build
deleted file mode 100755
index 3f2dad2d..00000000
--- a/extra/libbsd/build
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-CPPFLAGS="$CPPFLAGS $(pkgconf --cflags libmd)"
-export CPPFLAGS
-
-./configure \
- --prefix=/usr
-
-make
-make DESTDIR="$1" install