# mbrola **Repository Path**: wwccyang/mbrola ## Basic Information - **Project Name**: mbrola - **Description**: A phoneme-to-audio converter used by many TTS (Text-to-speech) programs - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-08-16 - **Last Updated**: 2023-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Name: custom-openssl Version: 1.0.2k Release: 1%{?dist} Summary: Custom OpenSSL version 1.0.2k Source0: https://www.openssl.org/source/openssl-%{version}.tar.gz Prefix: /usr/local/openssl-1.0.2k License: OpenSSL Group: Development/Libraries URL: https://www.openssl.org BuildRequires: make, gcc %description Custom build of OpenSSL version 1.0.2k to be installed alongside the system OpenSSL. %prep %setup -q -n openssl-%{version} %build ./config -fPIC --prefix=%{prefix} shared make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} %files %{prefix} %changelog * Date Your Name - 1.0.2k-1 - Initial build of custom OpenSSL