Skip to content

Commit

Permalink
contrib/libmms: new package (0.6.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
q66 committed Aug 20, 2023
1 parent ded7506 commit 7dd35e3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/libmms-devel
17 changes: 17 additions & 0 deletions contrib/libmms/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
pkgname = "libmms"
pkgver = "0.6.4"
pkgrel = 0
build_style = "gnu_configure"
hostmakedepends = ["pkgconf", "automake", "libtool"]
makedepends = ["glib-devel"]
pkgdesc = "MMS stream protocol library"
maintainer = "q66 <q66@chimera-linux.org>"
license = "LGPL-2.1-or-later"
url = "https://sourceforge.net/projects/libmms"
source = f"$(SOURCEFORGE_SITE)/libmms/libmms-{pkgver}.tar.gz"
sha256 = "3c05e05aebcbfcc044d9e8c2d4646cd8359be39a3f0ba8ce4e72a9094bee704f"


@subpackage("libmms-devel")
def _devel(self):
return self.default_devel()

0 comments on commit 7dd35e3

Please sign in to comment.