ports/kde4 (3.0): libsrtp: moved to opt
commit c0adb09d2a45af11bf8996ec32855917154cc357 Author: Alan Mizrahi <alan+crux@mizrahi.com.ve> Date: Wed Aug 5 15:31:36 2015 +0900 libsrtp: moved to opt diff --git a/libsrtp/.footprint b/libsrtp/.footprint deleted file mode 100644 index 026576d..0000000 --- a/libsrtp/.footprint +++ /dev/null @@ -1,42 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/srtp/ --rw-r--r-- root/root usr/include/srtp/aes.h --rw-r--r-- root/root usr/include/srtp/aes_cbc.h --rw-r--r-- root/root usr/include/srtp/aes_icm.h --rw-r--r-- root/root usr/include/srtp/alloc.h --rw-r--r-- root/root usr/include/srtp/auth.h --rw-r--r-- root/root usr/include/srtp/cipher.h --rw-r--r-- root/root usr/include/srtp/config.h --rw-r--r-- root/root usr/include/srtp/crypto.h --rw-r--r-- root/root usr/include/srtp/crypto_kernel.h --rw-r--r-- root/root usr/include/srtp/crypto_math.h --rw-r--r-- root/root usr/include/srtp/crypto_types.h --rw-r--r-- root/root usr/include/srtp/cryptoalg.h --rw-r--r-- root/root usr/include/srtp/datatypes.h --rw-r--r-- root/root usr/include/srtp/ekt.h --rw-r--r-- root/root usr/include/srtp/err.h --rw-r--r-- root/root usr/include/srtp/getopt_s.h --rw-r--r-- root/root usr/include/srtp/gf2_8.h --rw-r--r-- root/root usr/include/srtp/hmac.h --rw-r--r-- root/root usr/include/srtp/integers.h --rw-r--r-- root/root usr/include/srtp/kernel_compat.h --rw-r--r-- root/root usr/include/srtp/key.h --rw-r--r-- root/root usr/include/srtp/null_auth.h --rw-r--r-- root/root usr/include/srtp/null_cipher.h --rw-r--r-- root/root usr/include/srtp/prng.h --rw-r--r-- root/root usr/include/srtp/rand_source.h --rw-r--r-- root/root usr/include/srtp/rdb.h --rw-r--r-- root/root usr/include/srtp/rdbx.h --rw-r--r-- root/root usr/include/srtp/rtp.h --rw-r--r-- root/root usr/include/srtp/rtp_priv.h --rw-r--r-- root/root usr/include/srtp/sha1.h --rw-r--r-- root/root usr/include/srtp/srtp.h --rw-r--r-- root/root usr/include/srtp/srtp_priv.h --rw-r--r-- root/root usr/include/srtp/stat.h --rw-r--r-- root/root usr/include/srtp/ut_sim.h --rw-r--r-- root/root usr/include/srtp/xfm.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libsrtp.a -lrwxrwxrwx root/root usr/lib/libsrtp.so -> libsrtp.so.1.4.5 --rwxr-xr-x root/root usr/lib/libsrtp.so.1.4.5 diff --git a/libsrtp/.md5sum b/libsrtp/.md5sum deleted file mode 100644 index f39e1aa..0000000 --- a/libsrtp/.md5sum +++ /dev/null @@ -1 +0,0 @@ -223717d345774680f0e5b4ef1644efb7 srtp-1.4.4-git20140715.tar.xz diff --git a/libsrtp/Pkgfile b/libsrtp/Pkgfile deleted file mode 100644 index 8212d23..0000000 --- a/libsrtp/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: Secure Realtime transport protocol library -# URL: http://srtp.sourceforge.net/srtp.html -# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve -# Depends on: - -name=libsrtp -version=1.4.4-git20140715 -release=1 -source=(http://www.mizrahi.com.ve/crux/dist/srtp-$version.tar.xz) -#source=(http://prdownloads.sf.net/srtp/srtp-$version.tgz) - -build() { - cd srtp - autoconf - ./configure \ - --prefix=/usr \ - --disable-debug - make - make DESTDIR=$PKG install -}
participants (1)
-
crux@crux.nu