summaryrefslogtreecommitdiffstats
path: root/libxv/MAKEPKG
diff options
context:
space:
mode:
Diffstat (limited to 'libxv/MAKEPKG')
-rw-r--r--libxv/MAKEPKG24
1 files changed, 24 insertions, 0 deletions
diff --git a/libxv/MAKEPKG b/libxv/MAKEPKG
new file mode 100644
index 0000000..7843c75
--- /dev/null
+++ b/libxv/MAKEPKG
@@ -0,0 +1,24 @@
1#!/bin/mkpkg
2# description: X Video extension library
3# url: https://xorg.freedesktop.org
4
5name=libxv
6version=1.0.13
7release=1
8depends=(libxext)
9source=(https://www.x.org/releases/individual/lib/libXv-$version.tar.xz)
10
11build() {
12 cd libXv-$version
13
14 ./configure --prefix=/usr
15 make
16 make DESTDIR=$PKG install
17}
18
19signify() {
20 untrusted comment: public key
21 RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
22}
23
24# vim: filetype=sh