diff options
Diffstat (limited to 'pkgconf/Pkgfile')
| -rw-r--r-- | pkgconf/Pkgfile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/pkgconf/Pkgfile b/pkgconf/Pkgfile deleted file mode 100644 index e8719dc..0000000 --- a/pkgconf/Pkgfile +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | # Description: A system for managing library compile/link flags. | ||
| 2 | # URL: https://git.sr.ht/~kaniini/pkgconf | ||
| 3 | # Maintainer: Shokara Kou, kou at 13f0 dot net | ||
| 4 | # Packager: Tim Biermann, tbier at posteo dot de | ||
| 5 | # Depends on: | ||
| 6 | |||
| 7 | name=pkgconf | ||
| 8 | version=1.8.0 | ||
| 9 | release=1 | ||
| 10 | source=(https://distfiles.dereferenced.org/pkgconf/$name-$version.tar.xz) | ||
| 11 | |||
| 12 | build() { | ||
| 13 | cd $name-$version | ||
| 14 | |||
| 15 | ./configure --prefix=/usr | ||
| 16 | make | ||
| 17 | make DESTDIR=$PKG install | ||
| 18 | |||
| 19 | ln -s pkgconf $PKG/usr/bin/pkg-config | ||
| 20 | ln -s pkgconf.1 $PKG/usr/share/man/man1/pkg-config.1 | ||
| 21 | |||
| 22 | rm -fr $PKG/usr/share/doc | ||
| 23 | } | ||
