diff options
author | Gonzalo Exequiel Pedone | 2024-05-02 18:59:31 -0300 |
---|---|---|
committer | Gonzalo Exequiel Pedone | 2024-05-02 18:59:31 -0300 |
commit | cb92daf6c76017af1ae07a2beb8f8576a129d6aa (patch) | |
tree | eb852f94f3d7ee0b83526d3be3e610d0663dea98 /.SRCINFO | |
download | aur-cb92daf6c76017af1ae07a2beb8f8576a129d6aa.tar.gz |
New package.
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..0be03e9c7fcf --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,18 @@ +pkgbase = android-x86-64-libdc1394 + pkgdesc = Library to control IEEE 1394 based cameras (Android x86-64) + pkgver = 2.2.7 + pkgrel = 1 + url = https://damien.douxchamps.net/ieee1394/libdc1394/ + arch = any + license = LGPL-2.1-or-later + makedepends = android-configure + depends = android-x86-64-libraw1394 + depends = android-x86-64-libusb + options = !strip + options = !buildflags + options = staticlibs + options = !emptydirs + source = https://downloads.sourceforge.net/libdc1394/libdc1394-2.2.7.tar.gz + sha256sums = 537ceb78dd3cef271a183f4a176191d1cecf85f025520e6bd3758b0e19e6609f + +pkgname = android-x86-64-libdc1394 |