/packages/addons/service/softcam/oscam/meta

http://github.com/OpenELEC/OpenELEC.tv · #! · 39 lines · 36 code · 3 blank · 0 comment · 0 complexity · 48b05d69149638f00018ed3dc615af44 MD5 · raw file

  1. ################################################################################
  2. # This file is part of OpenELEC - http://www.openelec.tv
  3. # Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv)
  4. # Copyright (C) 2011-2011 Gregor Fuis (gujs@openelec.tv)
  5. #
  6. # This Program is free software; you can redistribute it and/or modify
  7. # it under the terms of the GNU General Public License as published by
  8. # the Free Software Foundation; either version 2, or (at your option)
  9. # any later version.
  10. #
  11. # This Program is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. # GNU General Public License for more details.
  15. #
  16. # You should have received a copy of the GNU General Public License
  17. # along with OpenELEC.tv; see the file COPYING. If not, write to
  18. # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  19. # http://www.gnu.org/copyleft/gpl.html
  20. ################################################################################
  21. PKG_NAME="oscam"
  22. PKG_VERSION="6136"
  23. PKG_REV="1"
  24. PKG_ARCH="any"
  25. PKG_LICENSE="GPL"
  26. PKG_SITE="http://streamboard.gmc.to/wiki/index.php/OSCam/en"
  27. PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2"
  28. PKG_DEPENDS="openssl"
  29. PKG_BUILD_DEPENDS="toolchain openssl"
  30. PKG_PRIORITY="optional"
  31. PKG_SECTION="service/softcam"
  32. PKG_SHORTDESC="oscam: OSCam is Open Source Conditional Access Modul."
  33. PKG_LONGDESC="OSCam is Open Source Conditional Access Modul."
  34. PKG_IS_ADDON="yes"
  35. PKG_ADDON_TYPE="xbmc.service"
  36. PKG_AUTORECONF="no"